ui: V-TSC: Only hide experimental button when debug UI is on

This commit is contained in:
Jason Wen
2023-12-11 02:35:30 -05:00
parent 8e84ebeadb
commit c6de841d79
+1 -1
View File
@@ -797,7 +797,7 @@ void AnnotatedCameraWidget::updateState(const UIState &s) {
e2eStatus = chime_prompt;
e2eState = e2eLStatus;
experimental_btn->setVisible(!showVTC);
experimental_btn->setVisible(!(showDebugUI && showVTC));
}
void AnnotatedCameraWidget::drawHud(QPainter &p) {