mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-30 02:52:04 +08:00
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:
@@ -382,6 +382,10 @@ void CameraWidget::vipcThread() {
|
||||
}
|
||||
}
|
||||
emit vipcThreadFrameReceived();
|
||||
} else {
|
||||
if (!isVisible()) {
|
||||
vipc_client->connected = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user