pull/31792/head
Shane Smiskol 1 year ago
parent 4ffbc291a3
commit 12fea0564a
  1. 4
      selfdrive/ui/qt/offroad/settings.cc

@ -91,8 +91,8 @@ TogglesPanel::TogglesPanel(SettingsWindow *parent) : ListWidget(parent) {
std::vector<QString> longi_button_texts{tr("Aggressive"), tr("Standard"), tr("Relaxed")}; std::vector<QString> longi_button_texts{tr("Aggressive"), tr("Standard"), tr("Relaxed")};
long_personality_setting = new ButtonParamControl("LongitudinalPersonality", tr("Driving Personality"), long_personality_setting = new ButtonParamControl("LongitudinalPersonality", tr("Driving Personality"),
tr("Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. " tr("Standard is recommended. In aggressive mode, openpilot will follow lead cars closer and be more aggressive with the gas and brake. "
"In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these " "In relaxed mode openpilot will stay further away from lead cars. On supported cars, you can cycle through these personalities with "
"personalities with your steering wheel distance button."), "your steering wheel distance button."),
"../assets/offroad/icon_speed_limit.png", "../assets/offroad/icon_speed_limit.png",
longi_button_texts); longi_button_texts);
for (auto &[param, title, desc, icon] : toggle_defs) { for (auto &[param, title, desc, icon] : toggle_defs) {

Loading…
Cancel
Save