|
38 | 38 | groupMenu = "VE blend tables"@@if_ts_show_ve_blend |
39 | 39 | groupChildMenu = veBlend1Cfg, "VE blend 1 settings", 0, {isInjectionEnabled}@@if_ts_show_ve_blend |
40 | 40 | groupChildMenu = veBlend1Table, "VE blend table 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 }@@if_ts_show_ve_blend |
41 | | - groupChildMenu = veBlend2Cfg, "VE blend 2 settings", 0, {isInjectionEnabled}@@if_ts_show_ve_blend |
42 | | - groupChildMenu = veBlend2Table, "VE blend table 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }@@if_ts_show_ve_blend |
43 | | - groupChildMenu = veBlend3Cfg, "VE blend 3 settings", 0, {isInjectionEnabled}@@if_ts_show_ve_blend |
44 | | - groupChildMenu = veBlend3Table, "VE blend table 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }@@if_ts_show_ve_blend |
45 | | - groupChildMenu = veBlend4Cfg, "VE blend 4 settings", 0, {isInjectionEnabled}@@if_ts_show_ve_blend |
46 | | - groupChildMenu = veBlend4Table, "VE blend table 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }@@if_ts_show_ve_blend |
| 41 | + groupChildMenu = veBlend2Cfg, "VE blend 2 settings", 0, {isInjectionEnabled}@@if_ts_show_veBlends2 |
| 42 | + groupChildMenu = veBlend2Table, "VE blend table 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 }@@if_ts_show_veBlends2 |
| 43 | + groupChildMenu = veBlend3Cfg, "VE blend 3 settings", 0, {isInjectionEnabled}@@if_ts_show_veBlends3 |
| 44 | + groupChildMenu = veBlend3Table, "VE blend table 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 }@@if_ts_show_veBlends3 |
| 45 | + groupChildMenu = veBlend4Cfg, "VE blend 4 settings", 0, {isInjectionEnabled}@@if_ts_show_veBlends4 |
| 46 | + groupChildMenu = veBlend4Table, "VE blend table 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 }@@if_ts_show_veBlends4 |
47 | 47 |
|
48 | 48 | subMenu = lambdaTableDialog, "Target lambda", 0, {isInjectionEnabled == 1 && useLambdaOnInterface} |
49 | 49 | subMenu = afrTableDialog, "Target AFR", 0, {isInjectionEnabled == 1 && !useLambdaOnInterface} |
|
0 commit comments