diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs index 04286c034..339eaaaaa 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Settings.cs @@ -137,7 +137,7 @@ namespace Flow.Launcher.Plugin.Explorer PathEnumerationEngine == PathEnumerationEngineOption.Everything || ContentSearchEngine == ContentIndexSearchEngineOption.Everything; - public bool EverythingSearchFullPath { get; set; } = true; + public bool EverythingSearchFullPath { get; set; } = false; #endregion