We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1859996 commit 24da588Copy full SHA for 24da588
1 file changed
PinStats/PopupWindow.xaml.cs
@@ -35,7 +35,7 @@ public PopupWindow()
35
36
// Set window and AppWindow properties
37
this.SetIsAlwaysOnTop(true);
38
- this.SetIsShownInSwitchers(false);
+ AppWindow.IsShownInSwitchers = false;
39
40
// Hide the title bar
41
ExtendsContentIntoTitleBar = true; // Should be set after WinUI 1.6
0 commit comments