mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
prime.cc: call update() after QR code changed (#25740)
old-commit-hash: 722e4641fc5aa28ab0ba2de266d230853d5ac321
This commit is contained in:
@@ -35,6 +35,7 @@ void PairingQRWidget::refresh() {
|
||||
QString pairToken = CommaApi::create_jwt({{"pair", true}});
|
||||
QString qrString = "https://connect.comma.ai/?pair=" + pairToken;
|
||||
this->updateQrCode(qrString);
|
||||
update();
|
||||
}
|
||||
|
||||
void PairingQRWidget::updateQrCode(const QString &text) {
|
||||
|
||||
Reference in New Issue
Block a user