mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +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