diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewXstatusNotify/src/options.h b/plugins/NewXstatusNotify/src/options.h index dc62e034e7..c0ebc30a29 100644 --- a/plugins/NewXstatusNotify/src/options.h +++ b/plugins/NewXstatusNotify/src/options.h @@ -48,6 +48,7 @@ typedef struct tagOPTIONS { BYTE BlinkIcon;
BYTE BlinkIcon_Status;
BYTE Log;
+ BYTE LogToDB, CheckMessageWindow;
TCHAR LogFilePath[MAX_PATH];
// IDD_AUTODISABLE
BYTE OnlyGlobalChanges;
|