Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Taskbar App Icon Improvements (Blurred Icon + Context Flyout Name) #1889

Open
ottozumkeller opened this issue Sep 10, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ottozumkeller
Copy link

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).

Image

@ottozumkeller ottozumkeller added the enhancement New feature or request label Sep 10, 2023
@rocksdanister
Copy link
Owner

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.

@dotMorten
Copy link

See dotMorten/WinUIEx#68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants