Skip to content

Commit 24da588

Browse files
committed
Handled deprecation
1 parent 1859996 commit 24da588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PinStats/PopupWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public PopupWindow()
3535

3636
// Set window and AppWindow properties
3737
this.SetIsAlwaysOnTop(true);
38-
this.SetIsShownInSwitchers(false);
38+
AppWindow.IsShownInSwitchers = false;
3939

4040
// Hide the title bar
4141
ExtendsContentIntoTitleBar = true; // Should be set after WinUI 1.6

0 commit comments

Comments
 (0)