diff --git a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs index ce24f7661..724268df8 100644 --- a/Flow.Launcher.Infrastructure/UserSettings/Settings.cs +++ b/Flow.Launcher.Infrastructure/UserSettings/Settings.cs @@ -497,7 +497,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings } private bool _autoTopmostResults = false; - public bool AutoTopmostResults + public bool AutoTopmostLastOpenedResult { get => _autoTopmostResults; set