New: Double click on tray icon will open browser
This commit is contained in:
parent
231c6cf147
commit
09c8504157
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue