lively
lively copied to clipboard
Taskbar App Icon Improvements (Blurred Icon + Context Flyout Name)
If I install Lively Wallpaper from the installer file or WinGet, the taskbar app icon appears blurry and the right-click flyout displays the name "Lively.UI.WinUI". The version from the Microsoft Store does not have this issues. (see Image)
A relatively simple solution would be to change the name in the right place in the code and to use a taskbar app icon with higher resolution (like in the Microsoft Store version).
Lively.UI.WinUI
is the UI programs name, updating the assembly info should change it.
For the blurry icon, looks like its loading 16x16 icon? @dotMorten
https://github.com/dotMorten/WinUIEx/blob/24da8fd46391d52e2f56126ea40f750c1c4355de/src/WinUIEx/Icon.cs#L47
In store version (desktop-bridge) its showing the Core programs icon which is why its non issue.
See https://github.com/dotMorten/WinUIEx/issues/68