mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
Merge pull request #51 from Rovak/python-optional
Make python plugins optional
This commit is contained in:
@@ -12,6 +12,12 @@ namespace Wox.Infrastructure.UserSettings
|
||||
public List<ProgramSource> ProgramSources { get; set; }
|
||||
public List<CustomPluginHotkey> CustomPluginHotkeys { get; set; }
|
||||
public bool StartWoxOnSystemStartup { get; set; }
|
||||
public bool EnablePythonPlugins { get; set; }
|
||||
|
||||
public UserSetting()
|
||||
{
|
||||
EnablePythonPlugins = false;
|
||||
}
|
||||
|
||||
public List<WebSearch> LoadDefaultWebSearches()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user