From 056413bb517483631ce6772b5901b2c758afc80a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 13 Dec 2022 13:09:50 +0300 Subject: =?UTF-8?q?fixes=20#3261=20(Telegram:=20=D0=BE=D0=BF=D1=86=D0=B8?= =?UTF-8?q?=D1=8F=20"=D0=BD=D0=B5=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=BE=D0=BA=D0=BD=D0=B0=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BC=D0=BD=D0=B0=D1=82=20=D1=87=D0=B0=D1=82=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=B8=20=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D0=B8?= =?UTF-8?q?")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/src/options.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Telegram/src') 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 -- cgit v1.2.3