Skip to content

Commit c06fdb9

Browse files
committed
Set topmost default value to false
1 parent 34f53fd commit c06fdb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ public bool HideNotifyIcon
383383
public bool LeaveCmdOpen { get; set; }
384384
public bool HideWhenDeactivated { get; set; } = true;
385385

386-
private bool _showAtTopmost = true;
386+
private bool _showAtTopmost = false;
387387
public bool ShowAtTopmost
388388
{
389389
get => _showAtTopmost;

0 commit comments

Comments
 (0)