mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Refactoring Query Dispatch
half lines of code :)
This commit is contained in:
@@ -501,7 +501,7 @@ namespace Wox
|
||||
|
||||
private void Query(Query q)
|
||||
{
|
||||
PluginManager.Query(q);
|
||||
PluginManager.QueryForAllPlugins(q);
|
||||
StopProgress();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user