mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
New: Double click on tray icon will open browser
This commit is contained in:
@@ -38,7 +38,7 @@ namespace NzbDrone.SysTray
|
||||
|
||||
_trayIcon.ContextMenu = _trayMenu;
|
||||
_trayIcon.Visible = true;
|
||||
|
||||
_trayIcon.DoubleClick += LaunchBrowser;
|
||||
|
||||
Application.Run(this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user