mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 00:35:44 +08:00
UI: fix old frame shown on startup (#27283)
Co-authored-by: Comma Device <device@comma.ai>
This commit is contained in:
@@ -382,6 +382,10 @@ void CameraWidget::vipcThread() {
|
||||
}
|
||||
}
|
||||
emit vipcThreadFrameReceived();
|
||||
} else {
|
||||
if (!isVisible()) {
|
||||
vipc_client->connected = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user