Skip to content

Commit 6a71fd2

Browse files
committed
Ensure flyout is above tray flyout
1 parent c0f0f38 commit 6a71fd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WinUIEx/WindowManager.TrayIcon.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ public TrayIconWindow(FlyoutBase flyout)
233233
manager.MinWidth = 0;
234234
WindowExtensions.SetWindowStyle(this, WindowStyle.Popup);
235235
AppWindow.IsShownInSwitchers = false;
236+
manager.IsAlwaysOnTop = true;
236237

237238
this.Closed += TrayIconWindow_Closed;
238239
this.Content = new Microsoft.UI.Xaml.Controls.Grid();

0 commit comments

Comments
 (0)