Skip to content

Commit 4e88ce3

Browse files
committed
Set ShowAtTopmost default to true
1 parent 587ab62 commit 4e88ce3

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
@@ -363,7 +363,7 @@ public bool HideNotifyIcon
363363
}
364364
public bool LeaveCmdOpen { get; set; }
365365
public bool HideWhenDeactivated { get; set; } = true;
366-
private bool _showAtTopmost;
366+
private bool _showAtTopmost = true;
367367
public bool ShowAtTopmost
368368
{
369369
get => _showAtTopmost;

0 commit comments

Comments
 (0)