don't show description by default (yet)

This commit is contained in:
Jason Wen
2025-01-04 09:54:21 -05:00
parent 0270ba70f4
commit 23addfe100
@@ -49,7 +49,6 @@ MadsSettings::MadsSettings(QWidget *parent) : QWidget(parent) {
"",
lateral_on_brake_texts,
500);
madsPauseLateralOnBrake->showDescription();
list->addItem(madsPauseLateralOnBrake);
QObject::connect(uiState(), &UIState::offroadTransition, this, &MadsSettings::updateToggles);