From 975b603994a6e1f135424a31457db54e56b1dcb3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 2 Aug 2023 18:35:26 +0300 Subject: fixes #2415 (NewStory: add message direction option) --- plugins/NewStory/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/stdafx.h') 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 { HANDLE m_log; - CMOption bOptVScroll; + CMOption bOptVScroll, bSortAscending; bool bMsgGrouping, bDrawEdge; // thesw options are a copy of static CMOption to keep performance high CMPlugin(); -- cgit v1.2.3