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 587ab62 commit 4e88ce3Copy full SHA for 4e88ce3
Flow.Launcher.Infrastructure/UserSettings/Settings.cs
@@ -363,7 +363,7 @@ public bool HideNotifyIcon
363
}
364
public bool LeaveCmdOpen { get; set; }
365
public bool HideWhenDeactivated { get; set; } = true;
366
- private bool _showAtTopmost;
+ private bool _showAtTopmost = true;
367
public bool ShowAtTopmost
368
{
369
get => _showAtTopmost;
0 commit comments