mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-24 02:00:24 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (logicalErr == ErrorCode::ApiConfigTimeoutError) {
|
||||||
|
setTvBusy(false);
|
||||||
|
QTimer::singleShot(0, this, [this]() { startTvQrSession(); });
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
setTvBusy(false);
|
setTvBusy(false);
|
||||||
emit errorOccurred(logicalErr);
|
emit errorOccurred(logicalErr);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user