From a2ab00b9c830040e094943482b7d17daaef38589 Mon Sep 17 00:00:00 2001 From: infiniteCable <75014343+infiniteCable@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:02:08 +0200 Subject: [PATCH] Update settings.cc --- selfdrive/ui/qt/offroad/settings.cc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/selfdrive/ui/qt/offroad/settings.cc b/selfdrive/ui/qt/offroad/settings.cc index cc2b7f3c7..9bbe92c7c 100644 --- a/selfdrive/ui/qt/offroad/settings.cc +++ b/selfdrive/ui/qt/offroad/settings.cc @@ -61,6 +61,12 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) { tr("the onroad screen is turned of after 10 seconds. It will be temporarily enabled on alerts."), "../assets/offroad/icon_disengage_on_accelerator.svg", }, + { + "BatteryDetails", + tr("Display Battery Details"), + tr("Enable battery details panel."), + "../assets/offroad/icon_monitoring.png", + }, { "IsLdwEnabled", tr("Enable Lane Departure Warnings"),