mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Make Python plugin enabled by default #51
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Wox.Infrastructure.UserSettings
|
|||||||
|
|
||||||
public UserSetting()
|
public UserSetting()
|
||||||
{
|
{
|
||||||
EnablePythonPlugins = false;
|
EnablePythonPlugins = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<WebSearch> LoadDefaultWebSearches()
|
public List<WebSearch> LoadDefaultWebSearches()
|
||||||
|
|||||||
Reference in New Issue
Block a user