Skip to content

Commit 20e1b65

Browse files
authored
update suggestion result with ActionKeywordAssigned
1 parent b0d29be commit 20e1b65

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.WebSearch

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ private async Task<IEnumerable<Result>> SuggestionsAsync(string keyword, string
135135
SubTitle = subtitle,
136136
Score = score,
137137
IcoPath = searchSource.IconPath,
138+
ActionKeywordAssigned = searchSource.ActionKeyword == SearchSourceGlobalPluginWildCardSign ? string.Empty : searchSource.ActionKeyword,
138139
Action = c =>
139140
{
140141
_context.API.OpenUrl(searchSource.Url.Replace("{q}", Uri.EscapeDataString(o)));

0 commit comments

Comments
 (0)