mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove extra query building due to merge
This commit is contained in:
parent
5011246090
commit
e2e3f4a365
1 changed files with 0 additions and 3 deletions
|
|
@ -469,9 +469,6 @@ namespace Flow.Launcher.ViewModel
|
|||
}
|
||||
}, currentCancellationToken);
|
||||
|
||||
var plugins = PluginManager.ValidPluginsForQuery(query);
|
||||
// so looping will stop once it was cancelled
|
||||
|
||||
Task[] tasks = new Task[plugins.Count];
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue