mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-18 16:16:17 +00:00
restore library editor
This commit is contained in:
@@ -132,13 +132,6 @@ namespace MediaBrowser.ServerApplication
|
||||
|
||||
LocalizeText();
|
||||
|
||||
if (_appHost.IsFirstRun)
|
||||
{
|
||||
Action action = () => notifyIcon1.ShowBalloonTip(5000, "Emby", "Welcome to Emby Server!", ToolTipIcon.Info);
|
||||
|
||||
contextMenuStrip1.Invoke(action);
|
||||
}
|
||||
|
||||
notifyIcon1.DoubleClick += notifyIcon1_DoubleClick;
|
||||
Application.ApplicationExit += Application_ApplicationExit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user