menu item alignment
This commit is contained in:
parent
6c70d59810
commit
32138ea09a
1 changed files with 1 additions and 1 deletions
|
@ -5309,7 +5309,7 @@ do\
|
|||
{\
|
||||
if (mmu_enabled)\
|
||||
{\
|
||||
if (SilentModeMenu_MMU == 0) MENU_ITEM_FUNCTION_P(_i("MMU Mode [Fast]"), lcd_silent_mode_mmu_set); \
|
||||
if (SilentModeMenu_MMU == 0) MENU_ITEM_FUNCTION_P(_i("MMU Mode [Fast]"), lcd_silent_mode_mmu_set); \
|
||||
else MENU_ITEM_FUNCTION_P(_i("MMU Mode[Stealth]"), lcd_silent_mode_mmu_set); \
|
||||
}\
|
||||
}\
|
||||
|
|
Loading…
Reference in a new issue