mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-20 02:00:55 +07:00
fix 1103 error (update qr code)
This commit is contained in:
@@ -524,6 +524,12 @@ void PairingUiController::dispatchTvGenerateQrAttempt(quint64 generation, int re
|
||||
return;
|
||||
}
|
||||
|
||||
if (logicalErr == ErrorCode::ApiConfigTimeoutError) {
|
||||
setTvBusy(false);
|
||||
QTimer::singleShot(0, this, [this]() { startTvQrSession(); });
|
||||
return;
|
||||
}
|
||||
|
||||
setTvBusy(false);
|
||||
emit errorOccurred(logicalErr);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user