mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-12 19:56:30 +01:00
update server icon
This commit is contained in:
@@ -74,7 +74,7 @@ namespace MediaBrowser.ServerApplication
|
||||
// notifyIcon1
|
||||
//
|
||||
notifyIcon1.ContextMenuStrip = contextMenuStrip1;
|
||||
notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||||
notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
notifyIcon1.Text = "Emby";
|
||||
notifyIcon1.Visible = true;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user