mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Temp fix for CMD hotkey
This commit is contained in:
parent
b5a08c3ba4
commit
de1491a310
1 changed files with 2 additions and 1 deletions
|
|
@ -176,7 +176,8 @@ namespace Wox.Plugin.CMD
|
|||
private void OnWinRPressed()
|
||||
{
|
||||
context.API.ShowApp();
|
||||
context.API.ChangeQuery(">");
|
||||
// todo don't hardcode action keywords.
|
||||
context.API.ChangeQuery($">{Plugin.Query.TermSeperater}");
|
||||
}
|
||||
|
||||
public Control CreateSettingPanel()
|
||||
|
|
|
|||
Loading…
Reference in a new issue