diff options
Diffstat (limited to 'plugins/UserInfoEx/src/init.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/init.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/src/init.cpp b/plugins/UserInfoEx/src/init.cpp index 4961c6f5e6..4753ffa949 100644 --- a/plugins/UserInfoEx/src/init.cpp +++ b/plugins/UserInfoEx/src/init.cpp @@ -46,6 +46,12 @@ static PLUGININFOEX pluginInfoEx = CMPlugin::CMPlugin() :
PLUGIN<CMPlugin>(MODULENAME, pluginInfoEx),
+ // Advanced options
+ bCheckVersion(MODULENAME, "CheckIconPackVersion", true),
+ bMetaScan(MODULENAME, "MetaScan", true),
+ bButtonIcons(MODULENAME, "ButtonIcons", true),
+ bEmailService(MODULENAME, "emailEx", true),
+
// Propsheet options
bAero(MODULENAME, "AeroAdaption", true),
bReadOnly(MODULENAME, "PBCIReadOnly", false),
|