summaryrefslogtreecommitdiff
path: root/menus.c
diff options
context:
space:
mode:
Diffstat (limited to 'menus.c')
-rw-r--r--menus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus.c b/menus.c
index a1d0a4e..d9acef3 100644
--- a/menus.c
+++ b/menus.c
@@ -1296,7 +1296,7 @@ static void Submenu_Display(int change_selection)
Submenu_max_entry=0;
Submenu_Structure[0]=mode_pw_norm;
- if (globals.ChannelState[channel].trigger_source==source_external && (globals.Flash.ab_mode_allowed[channel])) {
+ if (globals.ChannelState[channel].trigger_source==source_external && (globals.Flash.pw_ab_mode_enabled[channel])) {
Submenu_max_entry=1;
Submenu_Structure[1]=mode_pw_inout;
} else if (globals.ChannelState[channel].trigger_source==source_internal && (globals.Flash.dc_mode_allowed[channel])) {