Skip to content

Commit 2a96f1c

Browse files
Rename for clarity
1 parent 9db13fd commit 2a96f1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ internal static Result CreateFolderResult(string title, string subtitle, string
109109
}
110110

111111
// If path search is disabled just open it in file manager
112-
if (Settings.DefaultOpenInFileManager || (!Settings.PathSearchKeywordEnabled && !Settings.SearchActionKeywordEnabled))
112+
if (Settings.DefaultOpenFolderInFileManager || (!Settings.PathSearchKeywordEnabled && !Settings.SearchActionKeywordEnabled))
113113
{
114114
try
115115
{

Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class Settings
3232

3333
public bool ShowWindowsContextMenu { get; set; } = true;
3434

35-
public bool DefaultOpenInFileManager { get; set; } = false;
35+
public bool DefaultOpenFolderInFileManager { get; set; } = false;
3636

3737
public string SearchActionKeyword { get; set; } = Query.GlobalPluginWildcardSign;
3838

0 commit comments

Comments
 (0)