From a08060ea26d3ea4847843d60960ba98f153825dc Mon Sep 17 00:00:00 2001 From: infiniteCable <75014343+infiniteCable@users.noreply.github.com> Date: Fri, 11 Apr 2025 19:38:52 +0200 Subject: [PATCH] Update settings.cc --- selfdrive/ui/qt/offroad/settings.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index f12cfd8c2..14f65f5a4 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -50,6 +50,13 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { "Switching has no effect while onroad.
"), "../assets/img_chffr_wheel.png", }, + { + "EnableSmoothSteer", + tr("Enable Steer Smoothin"), + tr("Enables S-curving on lateral control for smoother steering

" + "Switching has no effect while onroad.
"), + "../assets/img_chffr_wheel.png", + }, { "DarkMode", tr("Dark Mode"),