Closed verdammt89x closed 2 years ago
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?
@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
From time to time, the tray icon becomes blurry:
After clicking on it, the icon returns to normal: