summaryrefslogtreecommitdiff
path: root/plugins/NewStory/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-08-02 18:35:26 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-08-02 18:35:26 +0300
commit975b603994a6e1f135424a31457db54e56b1dcb3 (patch)
treef5295fba35c33d848549293e557eca835bc0b332 /plugins/NewStory/src/stdafx.h
parentaeee3fb8e0a9ab77492a7972964c322b3ce8cdae (diff)
fixes #2415 (NewStory: add message direction option)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r--plugins/NewStory/src/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h
index 39f00c47af..f0429246a7 100644
--- a/plugins/NewStory/src/stdafx.h
+++ b/plugins/NewStory/src/stdafx.h
@@ -84,7 +84,7 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
HANDLE m_log;
- CMOption<bool> bOptVScroll;
+ CMOption<bool> bOptVScroll, bSortAscending;
bool bMsgGrouping, bDrawEdge; // thesw options are a copy of static CMOption to keep performance high
CMPlugin();