mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-08-21 17:53:45 +08:00
ui: V-TSC: Only hide experimental button when debug UI is on
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user