2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-02 23:45:44 +00:00

Enable secondary QR code login by default.

This commit is contained in:
John Preston
2020-02-12 19:42:59 +04:00
parent 5c079b0bbd
commit f5fdcc3af0
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ void PhoneWidget::setupQrLogin() {
) | rpl::map([=] {
const auto result = account().appConfig().get<QString>(
"qr_login_code",
"disabled");
"[not-set]");
DEBUG_LOG(("PhoneWidget.qr_login_code: %1").arg(result));
return result;
}) | rpl::filter([](const QString &value) {