We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f580e5c commit 2689929Copy full SHA for 2689929
radio/src/gui/common/stdlcd/radio_trainer.cpp
@@ -47,7 +47,8 @@ void menuRadioTrainer(event_t event)
47
NAVIGATION_LINE_BY_LINE|2,
48
(uint8_t)((controls > 2) ? NAVIGATION_LINE_BY_LINE|2 : HIDDEN_ROW),
49
50
- 0, 0
+ (uint8_t)((g_model.trainerData.mode == TRAINER_MODE_MASTER_TRAINER_JACK) ? 0 : HIDDEN_ROW),
51
+ 0
52
});
53
54
if (slave) {
0 commit comments