New: Double click on tray icon will open browser

This commit is contained in:
Mark McDowall 2013-12-26 01:52:28 -08:00
parent 231c6cf147
commit 09c8504157
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ namespace NzbDrone.SysTray
_trayIcon.ContextMenu = _trayMenu;
_trayIcon.Visible = true;
_trayIcon.DoubleClick += LaunchBrowser;
Application.Run(this);
}