Fix to allow plugin to start up disabled as default

This commit is contained in:
Jeremy Wu 2019-10-23 16:18:21 +11:00
parent 0db8898577
commit 28239c4a51

View File

@ -29,7 +29,7 @@ namespace Wox.Infrastructure.UserSettings
ID = metadata.ID,
Name = metadata.Name,
ActionKeywords = metadata.ActionKeywords,
Disabled = false
Disabled = metadata.Disabled
};
}
}