diff options
author | George Hazan <george.hazan@gmail.com> | 2023-08-02 18:35:26 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-08-02 18:35:26 +0300 |
commit | 975b603994a6e1f135424a31457db54e56b1dcb3 (patch) | |
tree | f5295fba35c33d848549293e557eca835bc0b332 /plugins/NewStory/src/stdafx.h | |
parent | aeee3fb8e0a9ab77492a7972964c322b3ce8cdae (diff) |
fixes #2415 (NewStory: add message direction option)
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 2 |
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(); |