mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Add PushResults for push results before Query results return
This commit is contained in:
@@ -31,5 +31,7 @@ namespace Wox.Plugin
|
||||
public Action StopLoadingBar { get; set; }
|
||||
|
||||
public Func<string, bool> ShellRun { get; set; }
|
||||
|
||||
public Action<List<Result>> PushResults { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,5 +9,6 @@ namespace Wox.Plugin
|
||||
{
|
||||
public IPlugin Plugin { get; set; }
|
||||
public PluginMetadata Metadata { get; set; }
|
||||
public PluginInitContext InitContext { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user