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"),