mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Add QueryHistory to Wox (Ctrl+Up and Ctrl+Down)
This commit is contained in:
@@ -34,8 +34,6 @@ namespace Wox.Plugin.QueryHistory
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
this.context = context;
|
||||
context.API.AfterWoxQueryEvent += API_AfterWoxQueryEvent;
|
||||
context.API.BeforeWoxQueryEvent += API_BeforeWoxQueryEvent;
|
||||
}
|
||||
|
||||
void API_BeforeWoxQueryEvent(WoxQueryEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user