WinUI-Gallery icon indicating copy to clipboard operation
WinUI-Gallery copied to clipboard

Icon problem in the title barBug title

Open tingjiangcao opened this issue 1 year ago • 7 comments

Which version of the app?

WinUI 3 Gallery

Description

In "Windows + TAB" or "ALT + TAB" interface, the title bar icon shows the default icon instead of the app's icon.

Screenshots

Snipaste_2024-03-24_17-56-33

Currently need "AppWindow.SetIcon("xxx")" to solve the problem

I think after setting the icon in "Package.appxmainfest", the titlebar icon should be set at the same time, instead of setting it manually. (SDK optimization suggestion)

Windows version

No response

Additional context

No response

tingjiangcao avatar Mar 24 '24 10:03 tingjiangcao

Looks like it's already fixed. There is a appWindow.SetIcon("Assets/Tiles/GalleryIcon.ico"); in NavigationRootPage.xaml.cs

HO-COOH avatar May 23 '24 16:05 HO-COOH

WinUI 3 Gallery 2.4.3.0

There is also no icon in the task manager and in the hover window in the taskbar.

Screenshots Screenshot 2024-07-08 191743 Screenshot 2024-07-08 191924

Fa1ki avatar Jul 08 '24 17:07 Fa1ki

status = fixed

Jay-o-Way avatar Oct 02 '24 14:10 Jay-o-Way

status = fixed

And when will the fix be released - current release doesn't have the fix ?

HEIC-to-JPEG-Dev avatar Oct 16 '24 07:10 HEIC-to-JPEG-Dev