From c808488ee0f98825aee4ea177452b692bf26edd8 Mon Sep 17 00:00:00 2001 From: Diego Henrique <124473653+01Dri@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:22:57 -0300 Subject: [PATCH] Update Flow.Launcher.Infrastructure/UserSettings/Settings.cs Co-authored-by: VictoriousRaptor <10308169+VictoriousRaptor@users.noreply.github.com> --- Flow.Launcher.Infrastructure/UserSettings/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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