usability issue: Boost blend logic does not happen while not controlling boost #5864
only:uaefi
This commit is contained in:
parent
62081b5a4b
commit
56ec3115fd
|
@ -2688,6 +2688,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "Blend parameter", veBlends4_blendParameter
|
||||
panel = veBlend4Bias
|
||||
|
||||
indicatorPanel = isBoostControlledPanel, 1
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
|
||||
dialog = boostOpenBlend1Cfg, "Boost open loop blend 1 config"
|
||||
field = "#The bias table controls how much of the blend table"
|
||||
field = "#is mixed in to the open loop boost table. For example, a value of"
|
||||
|
@ -2695,7 +2698,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
panel = isBoostControlledPanel
|
||||
field = "Blend parameter", boostOpenLoopBlends1_blendParameter
|
||||
panel = boostOpenLoopBlend1Bias
|
||||
|
||||
|
@ -2706,7 +2709,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@@@ts_command_e_TS_
|
|||
field = "#in +5.0 added to the boost open loop %."
|
||||
field = "#The X axis of the bias table is controlled by the selected blend"
|
||||
field = "#parameter below."
|
||||
indicator = {isBoostControlled}, "No Boost Control", "Boost Control Active"
|
||||
panel = isBoostControlledPanel
|
||||
field = "Blend parameter", boostOpenLoopBlends2_blendParameter
|
||||
panel = boostOpenLoopBlend2Bias
|
||||
|
||||
|
|
Loading…
Reference in New Issue