Disable the "DRIVING MODEL" panel
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user