-
I've been playing with the WinUI-Gallery, and learning a LOT! However, one thing that has me mystified is how the taskbar icon is set. When I look at the project's properties --> Application --> Win32 Resources --> Icon, it's blank, so it's clearly not there. Also, properties --> Package --> General --> Icon is blank. Line 104 in "NavigationRootPage.xaml.cs" is
That definitely looks like it should be the answer. However, changing it makes no difference. I've uninstalled the app, cleaned the solution, and rebuilt everything, and the icon persists. At this point I assume the icon must be cached by Windows, but I have no idea how to clear that cache. Any help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think you should look for appxManifest file |
Beta Was this translation helpful? Give feedback.
-
Apparently it's in the Package.appxmanifest, specifically the Square44x44Logo. |
Beta Was this translation helpful? Give feedback.
Apparently it's in the Package.appxmanifest, specifically the Square44x44Logo.