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

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