Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreSato committed Dec 13, 2024
1 parent a02f9b0 commit bacc7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/ui/qt/offroad/developer_panel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ void DeveloperPanel::updateToggles(bool _offroad) {

// if is a release branch or if the car already have long control the alphaLongToggle should not be visible
if (is_release || CP.getOpenpilotLongitudinalControl()) {
params.remove("ExperimentalLongitudinalEnabled");
alphaLongToggle->setVisible(false);
params.remove("ExperimentalLongitudinalEnabled");
alphaLongToggle->setVisible(false);
}

alphaLongToggle->refresh();
Expand Down

0 comments on commit bacc7d8

Please sign in to comment.