diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-13 11:36:44 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-13 11:36:44 +0300 |
| commit | c42f503c8e3c1e6e4a7689b3b3cff17d2722c9ac (patch) | |
| tree | 9fbf4d349e2edaae697da38bd06004cd17049691 /include | |
| parent | aa9a8ff1c03ca9734721b98d264e22df560fc228 (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.h | 3 |
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,
|
