Removed UI related to python path and the bindings related to that

This commit is contained in:
Alekhya Reddy
2020-03-23 15:33:39 -07:00
parent db253cdaf8
commit 4dac1ae9f8
4 changed files with 0 additions and 37 deletions

View File

@@ -5,7 +5,6 @@ namespace Wox.Infrastructure.UserSettings
{
public class PluginsSettings : BaseModel
{
public string PythonDirectory { get; set; }
public Dictionary<string, Plugin> Plugins { get; set; } = new Dictionary<string, Plugin>();
public void UpdatePluginSettings(List<PluginMetadata> metadatas)