Set topmost default value to false

This commit is contained in:
Jack251970 2025-06-14 20:35:09 +08:00
parent 34f53fd6b0
commit c06fdb9134

View file

@ -383,7 +383,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
public bool LeaveCmdOpen { get; set; }
public bool HideWhenDeactivated { get; set; } = true;
private bool _showAtTopmost = true;
private bool _showAtTopmost = false;
public bool ShowAtTopmost
{
get => _showAtTopmost;