From a4d1b5441fa9d5d02cd7f3791a494bbb660f2b50 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 9 Mar 2024 23:17:28 -0800 Subject: [PATCH] doesn't write param now --- selfdrive/ui/qt/offroad/settings.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index 486309b303..6726641342 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -129,8 +129,7 @@ void TogglesPanel::showEvent(QShowEvent *event) { } void TogglesPanel::updatePersonalitySetting(int personality) { - // Update the personality setting in the UI + write param - qDebug() << "updatePersonalitySetting" << personality; + // Update the personality setting in the UI long_personality_setting->setCheckedButton(personality); }