[BUG] Blurry tray icon
verdammt89x opened this issue · 2 comments
verdammt89x commented
verdammt89x commented
So maybe changing
private static readonly Icon SystemTrayMenu = Properties.Resources.SystemTrayMenu;
to
private static readonly Icon SystemTrayMenu = new Icon(Properties.Resources.SystemTrayMenu, SystemInformation.SmallIconSize);
in Config.cs will do the trick?
Hofknecht commented
@verdammt89x
Hey Mario , thank you for the hint!
yes your code change improves it! see here compare at my side
works great!
committed it for you and added it to thx section in readme and about