UI: fix old frame shown on startup (#27283)

Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
Adeeb Shihadeh
2023-02-09 20:44:29 -08:00
committed by GitHub
parent 5ab2d35f7b
commit 1f85f84027
+4
View File
@@ -382,6 +382,10 @@ void CameraWidget::vipcThread() {
}
}
emit vipcThreadFrameReceived();
} else {
if (!isVisible()) {
vipc_client->connected = false;
}
}
}