mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add IExclusivePlugin
This commit is contained in:
@@ -416,7 +416,7 @@ namespace Wox
|
||||
|
||||
private int GetSearchDelay(string query)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(query) && PluginManager.IsInstantSearch(query))
|
||||
if (!string.IsNullOrEmpty(query) && PluginManager.IsInstantQuery(query))
|
||||
{
|
||||
DebugHelper.WriteLine("execute query without delay");
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user