update server icon

This commit is contained in:
Luke Pulverenti
2015-06-03 01:28:37 -04:00
parent 6f7d7e61b9
commit d8f04f1b74
7 changed files with 898 additions and 7056 deletions

View File

@@ -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;
//