mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Speed up WebSearch plugin when suggestions turned on
This commit is contained in:
parent
718b189f19
commit
ac8e042333
1 changed files with 7 additions and 0 deletions
|
|
@ -67,8 +67,15 @@ namespace Wox.Plugin.WebSearch
|
|||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
results.Add(result);
|
||||
ResultsUpdated.Invoke(this, new ResultUpdatedEventArgs
|
||||
{
|
||||
Results = results,
|
||||
Query = query
|
||||
});
|
||||
UpdateResultsFromSuggestion(results, keyword, subtitle, searchSource, query);
|
||||
|
||||
return results;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue