From ab5e85c4300d58ffbcc15547c6a1f9087b2b1a5c Mon Sep 17 00:00:00 2001 From: Test User Date: Wed, 3 Sep 2025 10:03:10 -0500 Subject: [PATCH] fix settings --- selfdrive/ui/qt/offroad/settings.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 8c7af864a..d31f868a0 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -40,42 +40,48 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { "../assets/icons/disengage_on_accelerator.svg", false, }, - + { "BlendedACC", tr("Blended Acc (Experimental)"), tr("Blend stock MRCC and Experimental Mode longitudinal control."), "../assets/offroad/icon_openpilot.png", + false, }, { "TorqueInterceptorEnabled", tr("Torque Interceptor Installed"), tr("Enable the torque interceptor to control the steering wheel."), "../assets/offroad/icon_openpilot.png", + true, }, { "RadarInterceptorEnabled", tr("Radar Interceptor Installed"), tr("Enable if you have installed the radar Iterceptor."), "../assets/offroad/icon_openpilot.png", + true, }, { "NoMRCC", tr("Car Does not have stock MRCC"), tr("Enable if your car does not have stock MRCC."), "../assets/offroad/icon_openpilot.png", + true, }, { "NoFSC", tr("Car Does not have stock FSC"), tr("Enable if your car does not have stock FSC."), "../assets/offroad/icon_openpilot.png", + true, }, { "ManualTransmission", tr("Manual Transmission"), tr("Enable if your is a manual."), "../assets/offroad/icon_openpilot.png", + true, }, { "IsLdwEnabled",