Make Python plugin enabled by default #51

This commit is contained in:
Yeechan Lu
2014-03-19 11:49:31 +08:00
parent 0b86e0ae41
commit 28bddb713b

View File

@@ -16,7 +16,7 @@ namespace Wox.Infrastructure.UserSettings
public UserSetting()
{
EnablePythonPlugins = false;
EnablePythonPlugins = true;
}
public List<WebSearch> LoadDefaultWebSearches()