fix typo causing wrong (legacy) icon used when new release is available. Update pwIconUpdate to be more harmonic

This commit is contained in:
Kang Yu 2024-08-28 15:35:17 -07:00
parent 800b6afa15
commit 1b4f62ee7d
2 changed files with 1 additions and 1 deletions

View file

@ -291,7 +291,7 @@ namespace PersistentWindows.SystrayShell
IdleIcon = System.Drawing.Icon.FromHandle(iconHandle);
iconHandle = (legacy_icon ? Properties.Resources.pwIconBusy2 : Properties.Resources.pwIconBusy).GetHicon();
BusyIcon = System.Drawing.Icon.FromHandle(iconHandle);
iconHandle = (legacy_icon ? Properties.Resources.pwIconUpdate2 : Properties.Resources.pwIconUpdate2).GetHicon();
iconHandle = (legacy_icon ? Properties.Resources.pwIconUpdate2 : Properties.Resources.pwIconUpdate).GetHicon();
UpdateIcon = System.Drawing.Icon.FromHandle(iconHandle);
// customized icon/png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After