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 34f53fd commit c06fdb9Copy full SHA for c06fdb9
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -383,7 +383,7 @@ public bool HideNotifyIcon
383
public bool LeaveCmdOpen { get; set; }
384
public bool HideWhenDeactivated { get; set; } = true;
385
386
- private bool _showAtTopmost = true;
+ private bool _showAtTopmost = false;
387
public bool ShowAtTopmost
388
{
389
get => _showAtTopmost;
0 commit comments