From 20e1b659fd3195dea5a2f122559f0b57458349f0 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Wed, 19 Jan 2022 20:39:48 +1100 Subject: [PATCH] update suggestion result with ActionKeywordAssigned --- Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs b/Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs index a8c9d6a2d..2ed412130 100644 --- a/Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs @@ -135,6 +135,7 @@ namespace Flow.Launcher.Plugin.WebSearch SubTitle = subtitle, Score = score, IcoPath = searchSource.IconPath, + ActionKeywordAssigned = searchSource.ActionKeyword == SearchSourceGlobalPluginWildCardSign ? string.Empty : searchSource.ActionKeyword, Action = c => { _context.API.OpenUrl(searchSource.Url.Replace("{q}", Uri.EscapeDataString(o)));