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 c0f0f38 commit 6a71fd2Copy full SHA for 6a71fd2
src/WinUIEx/WindowManager.TrayIcon.cs
@@ -233,6 +233,7 @@ public TrayIconWindow(FlyoutBase flyout)
233
manager.MinWidth = 0;
234
WindowExtensions.SetWindowStyle(this, WindowStyle.Popup);
235
AppWindow.IsShownInSwitchers = false;
236
+ manager.IsAlwaysOnTop = true;
237
238
this.Closed += TrayIconWindow_Closed;
239
this.Content = new Microsoft.UI.Xaml.Controls.Grid();
0 commit comments