diff options
Diffstat (limited to 'protocols/Telegram')
-rw-r--r-- | protocols/Telegram/src/options.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/protocols/Telegram/src/options.cpp b/protocols/Telegram/src/options.cpp index 7f13c65239..745b0110c7 100644 --- a/protocols/Telegram/src/options.cpp +++ b/protocols/Telegram/src/options.cpp @@ -36,11 +36,10 @@ public: { CreateLink(edtPhone, ppro->m_szOwnPhone); CreateLink(edtGroup, ppro->m_wszDefaultGroup); + CreateLink(chkUsePopups, ppro->m_bUsePopups); - if (bFullDlg) { - CreateLink(chkUsePopups, ppro->m_bUsePopups); + if (bFullDlg) CreateLink(chkHideChats, ppro->m_bHideGroupchats); - } } bool OnApply() override |