Everything.MatchPath = true

This commit is contained in:
TheBestPessimist 2023-01-25 15:30:44 +02:00 committed by TheBestPessimist
parent 7fc704558d
commit 1482637cf1

View file

@ -152,6 +152,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything
EverythingApiDllImport.Everything_SetMax(option.MaxCount);
EverythingApiDllImport.Everything_SetSort(option.SortOption);
EverythingApiDllImport.Everything_SetMatchPath(true);
if (token.IsCancellationRequested) yield break;