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