diff options
author | George Hazan <george.hazan@gmail.com> | 2025-02-22 19:06:17 +0200 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-02-22 19:06:17 +0200 |
commit | cb4138d0b9153cad3654c53ddb68c53b56fab3b4 (patch) | |
tree | a4c88c824af5600f30efc3bfb6b684b6624f9723 /include/m_chat_int.h | |
parent | db932c33c6cbd16fe31409e4bfe792a6f025ef72 (diff) |
fixes #4885 (Плагины сообщений учитываю настройки подгрузки истории лишь при первом открытии окна)
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index a2cd3bc659..313e2b511c 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -153,7 +153,6 @@ struct MIR_APP_EXPORT SESSION_INFO : public MZeroedObject, public MNonCopyable bool bInitDone;
bool bHasToolTip;
bool bHasNicklist;
- bool bHistoryInit;
bool bIsDirty;
char* pszModule;
|