Add setting model

This commit is contained in:
Jack251970 2025-05-22 22:03:25 +08:00
parent 7611b00287
commit d29a5d4b1f

View file

@ -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;