mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-24 01:43:44 +08:00
rename custom toggles texts
This commit is contained in:
@@ -21,38 +21,45 @@ InfiniteCableTogglesPanel::InfiniteCableTogglesPanel(SettingsWindow *parent) : L
|
||||
std::vector<std::tuple<QString, QString, QString, QString, bool>> toggle_defs{
|
||||
{
|
||||
"EnableCurvatureController",
|
||||
tr("VW MEB: Lateral Correction (Recommended)"),
|
||||
tr("VW: Lateral Correction (Recommended)"),
|
||||
tr("Enables curvature PID post-processing additionally to QFK curvature offset<br>"),
|
||||
"../assets/icons/chffr_wheel.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"EnableLongComfortMode",
|
||||
tr("VW MEB: Longitudinal Comfort Mode"),
|
||||
tr("VW: Longitudinal Comfort Mode"),
|
||||
tr("Enables longitudinal jerk and accel deviation limit control for safe and comfortable driving<br>"),
|
||||
"../assets/icons/chffr_wheel.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"EnableSpeedLimitControl",
|
||||
tr("VW MEB: Speed Limit Control"),
|
||||
tr("VW: Speed Limit Control"),
|
||||
tr("Enables setting maximum speed by speed limit detection<br>"),
|
||||
"../assets/icons/speed_limit.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"EnableSpeedLimitPredicative",
|
||||
tr("VW MEB: Predicative Speed Limit"),
|
||||
tr("VW: Predicative Speed Limit"),
|
||||
tr("Enables setting predicative speed limit<br>"),
|
||||
"../assets/icons/speed_limit.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"BatteryDetails",
|
||||
tr("VW MEB: Display Battery Details"),
|
||||
tr("VW: Display Battery Details"),
|
||||
tr("Display battery detail panel"),
|
||||
"../assets/icons/capslock-fill.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"ForceRHDForBSM",
|
||||
tr("VW: Force RHD for BSM"),
|
||||
tr("Switch BSM detection side to RHD. Passenger is on the right side."),
|
||||
"../assets/icons/eye_closed.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"EnableSmoothSteer",
|
||||
@@ -74,17 +81,10 @@ InfiniteCableTogglesPanel::InfiniteCableTogglesPanel(SettingsWindow *parent) : L
|
||||
tr("The onroad screen is turned of after 10 seconds. It will be temporarily enabled on alerts"),
|
||||
"../assets/icons/eye_closed.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"ForceRHDForBSM",
|
||||
tr("Force RHD for BSM"),
|
||||
tr("Switch BSM detection side to RHD. Passenger is on the right side."),
|
||||
"../assets/icons/eye_closed.png",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"EnableAngleOffset",
|
||||
tr("Enable Steer Angle Offset"),
|
||||
tr("Enable Steer Angle Offset (Testing)"),
|
||||
tr("Enables the use of manual steer angle offset selection as start value for params detection."),
|
||||
"../assets/icons/eye_closed.png",
|
||||
false,
|
||||
|
||||
Reference in New Issue
Block a user