Skip to content

Commit d87b5af

Browse files
authored
default false
1 parent 083527e commit d87b5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public enum ContentIndexSearchEngineOption
137137
PathEnumerationEngine == PathEnumerationEngineOption.Everything ||
138138
ContentSearchEngine == ContentIndexSearchEngineOption.Everything;
139139

140-
public bool EverythingSearchFullPath { get; set; } = true;
140+
public bool EverythingSearchFullPath { get; set; } = false;
141141

142142
#endregion
143143

0 commit comments

Comments
 (0)