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)));