mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
update suggestion result with ActionKeywordAssigned
This commit is contained in:
parent
b0d29be067
commit
20e1b659fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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)));
|
||||
|
|
|
|||
Loading…
Reference in a new issue