diff options
Diffstat (limited to 'plugins/UserInfoEx/src/stdafx.h')
-rw-r--r-- | plugins/UserInfoEx/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h index 7c43b96d5f..ccced93f66 100644 --- a/plugins/UserInfoEx/src/stdafx.h +++ b/plugins/UserInfoEx/src/stdafx.h @@ -107,6 +107,9 @@ struct CMPlugin : public PLUGIN<CMPlugin> {
CMPlugin();
+ // Advanced options
+ CMOption<bool> bCheckVersion, bMetaScan, bButtonIcons, bEmailService;
+
// Prop sheet options
CMOption<bool> bShowColours, bTreeGroups, bSortTree, bReadOnly, bChangeDetails, bAero;
CMOption<uint32_t> clrNormal, clrCustom, clrBoth, clrChanged, clrMeta;
|