live tv guide improvements

This commit is contained in:
Luke Pulverenti
2015-04-12 12:46:29 -04:00
parent 77ac8826e3
commit 9682f60100
4 changed files with 76 additions and 13 deletions

View File

@@ -166,6 +166,13 @@ namespace MediaBrowser.ServerApplication
contextMenuStrip1.Invoke(action);
}
notifyIcon1.DoubleClick += notifyIcon1_DoubleClick;
}
void notifyIcon1_DoubleClick(object sender, EventArgs e)
{
BrowserLauncher.OpenDashboard(_appHost, _logger);
}
private void LocalizeText()