mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 21:15:38 +02:00
fix typo causing wrong (legacy) icon used when new release is available. Update pwIconUpdate to be more harmonic
This commit is contained in:
parent
800b6afa15
commit
1b4f62ee7d
2 changed files with 1 additions and 1 deletions
|
@ -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 |
Loading…
Add table
Add a link
Reference in a new issue