mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-07 09:55:10 +00:00
improve first PT Run call performance (#12352)
This commit is contained in:
committed by
GitHub
parent
e965fcb690
commit
3c04111483
@@ -910,7 +910,6 @@ namespace PowerLauncher.ViewModel
|
||||
list.Add(r);
|
||||
Results.AddResults(list, _updateToken);
|
||||
Results.Clear();
|
||||
MainWindowVisibility = System.Windows.Visibility.Collapsed;
|
||||
|
||||
// Fix Cold start for plugins, "m" is just a random string needed to query results
|
||||
var pluginQueryPairs = QueryBuilder.Build("m");
|
||||
|
Reference in New Issue
Block a user