Use new OpenZune icon in taskbar

This commit is contained in:
Yoshi Askharoun
2025-12-07 18:50:19 -06:00
committed by Joshua "Yoshi" Askharoun
parent 4686bf7b2d
commit c0d88fc29e
2 changed files with 3 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 163 KiB

@@ -460,9 +460,9 @@ namespace Microsoft.Zune.Shell
StaticLibraryDataProvider.Register();
AggregateDataProviderQuery.Register();
ZuneUI.Shell.InitializeInstance();
Application.Name = "Zune";
Application.Window.Caption = "Zune";
Application.Window.SetIcon("ZuneShellResources.dll", 1);
Application.Name = "OpenZune";
Application.Window.Caption = "OpenZune";
//Application.Window.SetIcon("ZuneShellResources.dll", 1);
Application.Window.AlwaysOnTop = true;
if (!hashtable.Contains("noshadow"))
{