mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 16:26:10 +08:00
Update settings.cc
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user