mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Flow.Launcher.Infrastructure/UserSettings/Settings.cs
Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com>
This commit is contained in:
parent
0c9bd7fcab
commit
c808488ee0
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
}
|
||||
|
||||
private bool _autoTopmostResults = false;
|
||||
public bool AutoTopmostResults
|
||||
public bool AutoTopmostLastOpenedResult
|
||||
{
|
||||
get => _autoTopmostResults;
|
||||
set
|
||||
|
|
|
|||
Loading…
Reference in a new issue