summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2025-05-13 11:36:44 +0300
committerGeorge Hazan <george.hazan@gmail.com>2025-05-13 11:36:44 +0300
commitc42f503c8e3c1e6e4a7689b3b3cff17d2722c9ac (patch)
tree9fbf4d349e2edaae697da38bd06004cd17049691 /include
parentaa9a8ff1c03ca9734721b98d264e22df560fc228 (diff)
fixes #5021 (Allow a different log viewer for group chats than for 1on1 chats)
Diffstat (limited to 'include')
-rw-r--r--include/m_chat_int.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h
index 431ffd2a34..1cd4797197 100644
--- a/include/m_chat_int.h
+++ b/include/m_chat_int.h
@@ -398,8 +398,7 @@ namespace Chat
bDoubleClick4Privat,
bLogIndentEnabled,
bLogLimitNames,
- bStripFormat,
- bEnableCustomLogs;
+ bStripFormat;
extern MIR_APP_EXPORT CMOption<uint32_t>
iPopupFlags,