File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -561,9 +561,19 @@ SPVehiclesTogglesPanel::SPVehiclesTogglesPanel(SPVehiclesPanel *parent) : ListWi
561
561
lkasToggle->setConfirmation (true , false );
562
562
addItem (lkasToggle);
563
563
564
+ auto toyotaTss2LongTune = new ParamControl (
565
+ " ToyotaTSS2Long" ,
566
+ " TSS2 Longitudinal: Custom Tuning" ,
567
+ " Smoother longitudinal performance for Toyota/Lexus TSS2/LSS2 cars. Big thanks to dragonpilot-community for this implementation." ,
568
+ " ../assets/offroad/icon_blank.png"
569
+ );
570
+ toyotaTss2LongTune->setConfirmation (true , false );
571
+ addItem (toyotaTss2LongTune);
572
+
564
573
// trigger offroadTransition when going onroad/offroad
565
574
connect (uiState (), &UIState::offroadTransition, [=](bool offroad) {
566
575
hkgSmoothStop->setEnabled (offroad);
576
+ toyotaTss2LongTune->setEnabled (offroad);
567
577
});
568
578
}
569
579
You can’t perform that action at this time.
0 commit comments