mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix Issue #16
This commit is contained in:
parent
41c4cbe3a6
commit
2c17d450dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue