mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Set ShowAtTopmost default to true
This commit is contained in:
parent
587ab629aa
commit
4e88ce3f48
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue