mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove select
This commit is contained in:
parent
b8a3ad8c42
commit
5d7102eadb
1 changed files with 0 additions and 1 deletions
|
|
@ -84,7 +84,6 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
|
||||
return results
|
||||
.Where(x => StringMatcher.FuzzySearch(searchName, x.Title).IsSearchPrecisionScoreMet())
|
||||
.Select(x => x)
|
||||
.ToList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue