summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/stdafx.h')
-rw-r--r--plugins/UserInfoEx/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/src/stdafx.h b/plugins/UserInfoEx/src/stdafx.h
index ea7d3ce8bd..7c43b96d5f 100644
--- a/plugins/UserInfoEx/src/stdafx.h
+++ b/plugins/UserInfoEx/src/stdafx.h
@@ -107,6 +107,10 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ // Prop sheet options
+ CMOption<bool> bShowColours, bTreeGroups, bSortTree, bReadOnly, bChangeDetails, bAero;
+ CMOption<uint32_t> clrNormal, clrCustom, clrBoth, clrChanged, clrMeta;
+
// Reminder options
CMOption<uint8_t> iRemindState;
CMOption<uint16_t> wRemindOffset, wRemindSoundOffset, wRemindNotifyInterval;