only:Engine Temp enrichment

This commit is contained in:
rusefillc 2025-02-05 21:46:53 -05:00
parent 0123b12a76
commit 51d981d124
1 changed files with 1 additions and 1 deletions

View File

@ -2016,7 +2016,7 @@ menuDialog = main
subMenu = std_separator
subMenu = cltFuelCorrCurve, "CLT multiplier", 0, {isInjectionEnabled == 1}
subMenu = cltFuelCorrCurve, "Engine Temp enrichment", 0, {isInjectionEnabled == 1}
subMenu = iatFuelCorrCurve, "IAT multiplier", 0, {isInjectionEnabled == 1}
subMenu = fuelClosedLoopDialog, "Closed loop fuel correction", 0, {isInjectionEnabled == 1}
subMenu = coastingFuelCutControl, "Deceleration fuel cutoff (DFCO)", 0, {isInjectionEnabled == 1}