diff --git a/Wox.Infrastructure/UserSettings/PluginSettings.cs b/Wox.Infrastructure/UserSettings/PluginSettings.cs index c80ee7e722..c47fe7c156 100644 --- a/Wox.Infrastructure/UserSettings/PluginSettings.cs +++ b/Wox.Infrastructure/UserSettings/PluginSettings.cs @@ -29,7 +29,7 @@ namespace Wox.Infrastructure.UserSettings ID = metadata.ID, Name = metadata.Name, ActionKeywords = metadata.ActionKeywords, - Disabled = false + Disabled = metadata.Disabled }; } }