We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c0a1e3 commit 79a1f3eCopy full SHA for 79a1f3e
dev/DevWinUI.Gallery/App.xaml.cs
@@ -49,6 +49,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs args)
49
50
MainWindow.Title = MainWindow.AppWindow.Title = ProcessInfoHelper.ProductNameAndVersion;
51
MainWindow.AppWindow.SetIcon("Assets/icon.ico");
52
+ MainWindow.AppWindow.SetTaskbarIcon("Assets/icon.ico");
53
54
MainWindow.Activate();
55
0 commit comments