mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +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.ContextMenu = _trayMenu;
|
||||||
_trayIcon.Visible = true;
|
_trayIcon.Visible = true;
|
||||||
|
_trayIcon.DoubleClick += LaunchBrowser;
|
||||||
|
|
||||||
Application.Run(this);
|
Application.Run(this);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user