mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
Lazy fix for the menu which moves behind the REGISTRATION dialog
This commit is contained in:
parent
aee6daf0d0
commit
26325aa7de
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ void menuModelSetup(event_t event)
|
|||
NUM_STICKS + NUM_POTS + NUM_SLIDERS + NUM_ROTARY_ENCODERS - 1, // Center beeps
|
||||
0, // Global functions
|
||||
|
||||
READONLY_ROW, // Registration ID
|
||||
uint8_t((isDefaultModelRegistrationID() || (warningText && popupFunc == runPopupRegister)) ? HIDDEN_ROW : READONLY_ROW), // Registration ID
|
||||
|
||||
LABEL(InternalModule),
|
||||
INTERNAL_MODULE_MODE_ROWS, // module mode (PXX(2) / None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue