mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
fix Issue #16
This commit is contained in:
parent
41c4cbe3a6
commit
2c17d450dd
@ -23,7 +23,7 @@ namespace WinAlfred.Plugin.System
|
||||
Result result = new Result
|
||||
{
|
||||
Title = metadata.ActionKeyword,
|
||||
SubTitle = string.Format("press space to active {0} workflow",metadata.Name),
|
||||
SubTitle = string.Format("Activate {0} workflow",metadata.Name),
|
||||
Score = 50,
|
||||
IcoPath = "Images/work.png",
|
||||
Action = () => changeQuery(metadataCopy.ActionKeyword + " "),
|
||||
|
Loading…
Reference in New Issue
Block a user