mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Make Python plugin enabled by default #51
This commit is contained in:
parent
0b86e0ae41
commit
28bddb713b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace Wox.Infrastructure.UserSettings
|
|||
|
||||
public UserSetting()
|
||||
{
|
||||
EnablePythonPlugins = false;
|
||||
EnablePythonPlugins = true;
|
||||
}
|
||||
|
||||
public List<WebSearch> LoadDefaultWebSearches()
|
||||
|
|
|
|||
Loading…
Reference in a new issue