summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-12-13 21:48:39 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-12-13 21:48:39 +0300
commitc6ffce9bd99bc9073b2b09fc7303cde5575ded66 (patch)
tree0d4c6cc30c9dabe285387a723639e7041aeb7fbc /protocols
parent367fc21050725d43fe38eaed2b2474a6f0a42a51 (diff)
grrm
Diffstat (limited to 'protocols')
-rw-r--r--protocols/Telegram/src/options.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Telegram/src/options.cpp b/protocols/Telegram/src/options.cpp
index 745b0110c7..58a86ac374 100644
--- a/protocols/Telegram/src/options.cpp
+++ b/protocols/Telegram/src/options.cpp
@@ -36,10 +36,10 @@ public:
{
CreateLink(edtPhone, ppro->m_szOwnPhone);
CreateLink(edtGroup, ppro->m_wszDefaultGroup);
- CreateLink(chkUsePopups, ppro->m_bUsePopups);
+ CreateLink(chkHideChats, ppro->m_bHideGroupchats);
if (bFullDlg)
- CreateLink(chkHideChats, ppro->m_bHideGroupchats);
+ CreateLink(chkUsePopups, ppro->m_bUsePopups);
}
bool OnApply() override