mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-01 16:02:01 +01:00
live tv guide improvements
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user