Skip to content

Commit 2689929

Browse files
3djcpfeerick
authored andcommitted
fix(bw): hidden line (multiplier) on trainer screen (#6209)
1 parent f580e5c commit 2689929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

radio/src/gui/common/stdlcd/radio_trainer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ void menuRadioTrainer(event_t event)
4747
NAVIGATION_LINE_BY_LINE|2,
4848
(uint8_t)((controls > 2) ? NAVIGATION_LINE_BY_LINE|2 : HIDDEN_ROW),
4949
(uint8_t)((controls > 2) ? NAVIGATION_LINE_BY_LINE|2 : HIDDEN_ROW),
50-
0, 0
50+
(uint8_t)((g_model.trainerData.mode == TRAINER_MODE_MASTER_TRAINER_JACK) ? 0 : HIDDEN_ROW),
51+
0
5152
});
5253

5354
if (slave) {

0 commit comments

Comments
 (0)