default false

This commit is contained in:
Kevin Zhang 2023-02-20 14:04:50 -06:00 committed by GitHub
parent 083527e603
commit d87b5af5dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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