mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Use new OpenZune icon in taskbar
This commit is contained in:
committed by
Joshua "Yoshi" Askharoun
parent
4686bf7b2d
commit
c0d88fc29e
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"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user