mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-06 17:35:36 +00:00
Enable secondary QR code login by default.
This commit is contained in:
@@ -33,7 +33,7 @@ void StartWidget::submit() {
|
||||
account().destroyStaleAuthorizationKeys();
|
||||
const auto qrLogin = account().appConfig().get<QString>(
|
||||
"qr_login_code",
|
||||
"disabled");
|
||||
"[not-set]");
|
||||
DEBUG_LOG(("qr_login_code: %1").arg(qrLogin));
|
||||
if (qrLogin == "primary") {
|
||||
goNext<QrWidget>();
|
||||
|
Reference in New Issue
Block a user