mirror of
https://github.com/Radarr/Radarr
synced 2025-02-27 00:23:19 +00:00
New: Double click on tray icon will open browser
This commit is contained in:
parent
231c6cf147
commit
09c8504157
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public void Start()
|
||||||
|
|
||||||
_trayIcon.ContextMenu = _trayMenu;
|
_trayIcon.ContextMenu = _trayMenu;
|
||||||
_trayIcon.Visible = true;
|
_trayIcon.Visible = true;
|
||||||
|
_trayIcon.DoubleClick += LaunchBrowser;
|
||||||
|
|
||||||
Application.Run(this);
|
Application.Run(this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue