mirror of
https://github.com/Radarr/Radarr
synced 2025-01-04 06:23:32 +00:00
Update SysTrayApp.cs
This commit is contained in:
parent
3b6c5916e4
commit
4f48e16719
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ public void Start()
|
|||
_trayMenu.MenuItems.Add("-");
|
||||
_trayMenu.MenuItems.Add("Exit", OnExit);
|
||||
|
||||
_trayIcon.Text = String.Format("NzbDrone - {0}", BuildInfo.Version);
|
||||
_trayIcon.Text = String.Format("Sonarr - {0}", BuildInfo.Version);
|
||||
_trayIcon.Icon = Properties.Resources.NzbDroneIcon;
|
||||
|
||||
_trayIcon.ContextMenu = _trayMenu;
|
||||
|
@ -131,4 +131,4 @@ private void DisposeTrayIcon()
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue