This commit is contained in:
concordia
2024-03-01 23:07:04 -06:00
parent 8544b57780
commit e5b1e616db

View File

@@ -414,7 +414,7 @@ FrogPilotControlsPanel::FrogPilotControlsPanel(OscarOscarSettingsWindow *parent)
QObject::connect(uiState(), &UIState::offroadTransition, this, [this](bool offroad) {
if (!offroad) {
updateCarToggles();
updateCarToggles();
}
});