Update settings.cc

This commit is contained in:
infiniteCable
2025-04-06 14:57:54 +02:00
committed by GitHub
parent a60afbee43
commit a2b58fbb95
+12
View File
@@ -43,6 +43,18 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
tr("When enabled, pressing the accelerator pedal will disengage sunnypilot."),
"../assets/offroad/icon_disengage_on_accelerator.svg",
},
{
"DarkMode",
tr("Dark Mode"),
tr("Force brightness to a minimal value."),
"../assets/offroad/icon_disengage_on_accelerator.svg",
},
{
"DisableScreenTimer",
tr("Turn onroad screen off after 10 seconds"),
tr("the onroad screen is turned of after 10 seconds. It will be temporarily enabled on alerts."),
"../assets/offroad/icon_disengage_on_accelerator.svg",
},
{
"IsLdwEnabled",
tr("Enable Lane Departure Warnings"),