summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-02 13:57:52 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-02 13:57:52 +0300
commit7b5ebb74c654044a26aefc545a7f8a9a6a39c089 (patch)
tree4ac86fd7c48c7e6942470a4e5350168518b1243f /plugins/UserInfoEx/src/stdafx.h
parent95332e6d7069dccc8007395e1bf885fe24b25d7a (diff)
UInfoEx: reminder options -> UI classes
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 9568ee19c9..1d9186588e 100644
--- a/plugins/UserInfoEx/src/stdafx.h
+++ b/plugins/UserInfoEx/src/stdafx.h
@@ -107,6 +107,10 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
+ CMOption<uint8_t> iRemindEnabled;
+ CMOption<uint16_t> wRemindOffset, wRemindSoundOffset, wRemindNotifyInterval;
+ CMOption<bool> bRemindExtraIcon, bRemindCheckVisible, bRemindFlashIcon, bRemindStartupCheck, bRemindMenuEnabled;
+
int Load() override;
int Unload() override;
};