Including more web search by default

1. Fix #376
2. Thanks @ishu3101
This commit is contained in:
bao-qian
2016-01-04 05:00:16 +00:00
parent 098db9adf6
commit ebe4804b00
20 changed files with 216 additions and 60 deletions

View File

@@ -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