diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src/stdafx.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/stdafx.h b/plugins/NewXstatusNotify/src/stdafx.h index d4fde75939..2e2806d654 100644 --- a/plugins/NewXstatusNotify/src/stdafx.h +++ b/plugins/NewXstatusNotify/src/stdafx.h @@ -71,6 +71,8 @@ struct CMPlugin : public PLUGIN<CMPlugin> {
CMPlugin();
+ CMOption<bool> bPopups;
+
int Load() override;
int Unload() override;
};
@@ -108,8 +110,6 @@ enum {
ICO_RESET,
ICO_SOUND,
- ICO_NOTIFICATION_OFF,
- ICO_NOTIFICATION_ON,
ICO_XSTATUS,
ICO_DISABLEALL,
ICO_ENABLEALL,
|