File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public async Task<List<Result>> QueryAsync(Query query, CancellationToken token)
71
71
Score = score ,
72
72
Action = c =>
73
73
{
74
- _context . API . OpenUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( keyword ) ) ) ;
74
+ _context . API . OpenWebUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( keyword ) ) ) ;
75
75
76
76
return true ;
77
77
} ,
@@ -135,7 +135,7 @@ private async Task<IEnumerable<Result>> SuggestionsAsync(string keyword, string
135
135
ActionKeywordAssigned = searchSource . ActionKeyword == SearchSourceGlobalPluginWildCardSign ? string . Empty : searchSource . ActionKeyword ,
136
136
Action = c =>
137
137
{
138
- _context . API . OpenUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ) ;
138
+ _context . API . OpenWebUrl ( searchSource . Url . Replace ( "{q}" , Uri . EscapeDataString ( o ) ) ) ;
139
139
140
140
return true ;
141
141
} ,
You can’t perform that action at this time.
0 commit comments