How can I set the icon in the TitleBar on GTK/Skia on Windows? #14908
-
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Dec 22, 2023
Replies: 1 comment 3 replies
-
This icon is coming from the imported Package.appxmanifest file from the Windows file. It's set through: When this line is set in the template. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
HakanL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This icon is coming from the imported Package.appxmanifest file from the Windows file. It's set through:
uno/src/Uno.UI.Runtime.Skia.Gtk/UI/Controls/UnoGtkWindow.cs
Line 98 in 6041207
When this line is set in the template.