From 4dac1ae9f882d48f607aeaeccff88f46bc1c9ad2 Mon Sep 17 00:00:00 2001 From: Alekhya Reddy Date: Mon, 23 Mar 2020 15:33:39 -0700 Subject: [PATCH] Removed UI related to python path and the bindings related to that --- .../launcher/Wox.Core/Plugin/PluginsLoader.cs | 2 -- .../UserSettings/PluginSettings.cs | 1 - src/modules/launcher/Wox/SettingWindow.xaml | 6 ---- .../launcher/Wox/SettingWindow.xaml.cs | 28 ------------------- 4 files changed, 37 deletions(-) diff --git a/src/modules/launcher/Wox.Core/Plugin/PluginsLoader.cs b/src/modules/launcher/Wox.Core/Plugin/PluginsLoader.cs index bcfe72a843..568bbea378 100644 --- a/src/modules/launcher/Wox.Core/Plugin/PluginsLoader.cs +++ b/src/modules/launcher/Wox.Core/Plugin/PluginsLoader.cs @@ -14,8 +14,6 @@ namespace Wox.Core.Plugin public static class PluginsLoader { public const string PATH = "PATH"; - public const string Python = "python"; - public const string PythonExecutable = "pythonw.exe"; public static List Plugins(List metadatas, PluginsSettings settings) { diff --git a/src/modules/launcher/Wox.Infrastructure/UserSettings/PluginSettings.cs b/src/modules/launcher/Wox.Infrastructure/UserSettings/PluginSettings.cs index 346d98e534..144fa88f36 100644 --- a/src/modules/launcher/Wox.Infrastructure/UserSettings/PluginSettings.cs +++ b/src/modules/launcher/Wox.Infrastructure/UserSettings/PluginSettings.cs @@ -5,7 +5,6 @@ namespace Wox.Infrastructure.UserSettings { public class PluginsSettings : BaseModel { - public string PythonDirectory { get; set; } public Dictionary Plugins { get; set; } = new Dictionary(); public void UpdatePluginSettings(List metadatas) diff --git a/src/modules/launcher/Wox/SettingWindow.xaml b/src/modules/launcher/Wox/SettingWindow.xaml index 1eddd8ab6a..e42f1d598a 100644 --- a/src/modules/launcher/Wox/SettingWindow.xaml +++ b/src/modules/launcher/Wox/SettingWindow.xaml @@ -81,12 +81,6 @@ - - - -