Set ShowAtTopmost default to true

This commit is contained in:
Jack251970 2025-05-13 22:01:36 +08:00
parent 587ab629aa
commit 4e88ce3f48

View file

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