Disable the "DRIVING MODEL" panel

This commit is contained in:
James
2025-12-16 12:17:16 -07:00
parent bcab265c86
commit 88816b375a
@@ -464,7 +464,7 @@ void FrogPilotSettingsWindow::updateVariables() {
hasAutoTune = LTP.getUseParams();
}
drivingPanelButtons->setVisibleButton(0, tuningLevel >= frogpilotToggleLevels.value("DrivingModel").toDouble());
drivingPanelButtons->setVisibleButton(0, false);
drivingPanelButtons->setVisibleButton(1, hasOpenpilotLongitudinal);
systemPanelButtons->setVisibleButton(1, tuningLevel >= frogpilotToggleLevels.value("DeviceManagement").toDouble() || tuningLevel >= frogpilotToggleLevels.value("ScreenManagement").toDouble());