New: Double click on tray icon will open browser

This commit is contained in:
Mark McDowall 2013-12-26 01:52:28 -08:00
commit 09c8504157

View file

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