mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Add setting model
This commit is contained in:
parent
7611b00287
commit
d29a5d4b1f
1 changed files with 2 additions and 0 deletions
|
|
@ -372,6 +372,8 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
public bool LeaveCmdOpen { get; set; }
|
||||
public bool HideWhenDeactivated { get; set; } = true;
|
||||
|
||||
public bool AlwaysRunAsAdministrator { get; set; } = false;
|
||||
|
||||
public bool SearchQueryResultsWithDelay { get; set; }
|
||||
public int SearchDelayTime { get; set; } = 150;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue