From 8034c653fa161e64337029b7e94c480829269c14 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 18 Jul 2021 15:10:31 +0300 Subject: fixes #2939 (MRA: cannot login to MRA by phone/sms, if phone connected to MRA account and ICQ account at the same time) --- protocols/ICQ-WIM/src/options.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protocols/ICQ-WIM/src/options.cpp b/protocols/ICQ-WIM/src/options.cpp index 3191a92164..4775fed3f3 100644 --- a/protocols/ICQ-WIM/src/options.cpp +++ b/protocols/ICQ-WIM/src/options.cpp @@ -246,6 +246,9 @@ public: bool OnInitDialog() override { + if (m_proto->m_isMra) + btnCreate.Hide(); + wszOldPass = m_proto->getMStringW("Password"); edtPassword.SetText(wszOldPass); return true; -- cgit v1.2.3