mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Refactoring proxy, part 2
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Wox.Plugin.WebSearch
|
||||
|
||||
private async Task<IEnumerable<Result>> Suggestions(string keyword, string subtitle, WebSearch webSearch)
|
||||
{
|
||||
var source = SuggestionSource.GetSuggestionSource(_settings.WebSearchSuggestionSource, Context);
|
||||
var source = SuggestionSource.GetSuggestionSource(_settings.WebSearchSuggestionSource);
|
||||
if (source != null)
|
||||
{
|
||||
var suggestions = await source.GetSuggestions(keyword);
|
||||
|
||||
Reference in New Issue
Block a user