mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Update Plugins/Flow.Launcher.Plugin.WebSearch/Main.cs
Co-authored-by: Jeremy Wu <jeremy24wu@gmail.com>
This commit is contained in:
parent
77f3788539
commit
267b79a86e
1 changed files with 2 additions and 1 deletions
|
|
@ -85,7 +85,8 @@ namespace Flow.Launcher.Plugin.WebSearch
|
|||
|
||||
ResultsUpdated?.Invoke(this, new ResultUpdatedEventArgs
|
||||
{
|
||||
Results = results, Query = query
|
||||
Results = results,
|
||||
Query = query
|
||||
});
|
||||
|
||||
await UpdateResultsFromSuggestionAsync(results, keyword, subtitle, searchSource, query, token).ConfigureAwait(false);
|
||||
|
|
|
|||
Loading…
Reference in a new issue