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