mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
43f1cae350
commit
a5e3049adc
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search
|
|||
{
|
||||
for (var i = 0; i < indexExclusionListCount; i++)
|
||||
{
|
||||
if (!r.SubTitle.StartsWith(indexExclusionList[0].Path, StringComparison.OrdinalIgnoreCase))
|
||||
if (!r.SubTitle.StartsWith(indexExclusionList[i].Path, StringComparison.OrdinalIgnoreCase))
|
||||
filteredResults.Add(r);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue