mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
Add Google suggestions for web searches
Fix issues with push results
This commit is contained in:
@@ -32,6 +32,6 @@ namespace Wox.Plugin
|
||||
|
||||
public Func<string, bool> ShellRun { get; set; }
|
||||
|
||||
public Action<List<Result>> PushResults { get; set; }
|
||||
public Action<Query, List<Result>> PushResults { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user