We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083527e commit d87b5afCopy full SHA for d87b5af
Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs
@@ -137,7 +137,7 @@ public enum ContentIndexSearchEngineOption
137
PathEnumerationEngine == PathEnumerationEngineOption.Everything ||
138
ContentSearchEngine == ContentIndexSearchEngineOption.Everything;
139
140
- public bool EverythingSearchFullPath { get; set; } = true;
+ public bool EverythingSearchFullPath { get; set; } = false;
141
142
#endregion
143
0 commit comments