mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
@@ -79,10 +79,7 @@ namespace Wox.Plugin.WebSearch
|
||||
|
||||
public void Init(PluginInitContext context)
|
||||
{
|
||||
this.Context = context;
|
||||
|
||||
if (WebSearchStorage.Instance.WebSearches == null)
|
||||
WebSearchStorage.Instance.WebSearches = WebSearchStorage.Instance.LoadDefaultWebSearches();
|
||||
Context = context;
|
||||
}
|
||||
|
||||
#region ISettingProvider Members
|
||||
|
||||
Reference in New Issue
Block a user