Fix games menu back item, titles

This commit is contained in:
Scott Lahteine
2019-12-31 16:06:16 -06:00
parent 941a09b6ac
commit 832321f55d
3 changed files with 40 additions and 27 deletions

View File

@@ -29,7 +29,13 @@
void menu_game() {
START_MENU();
BACK_ITEM(MSG_MAIN);
BACK_ITEM(
#if ENABLED(LCD_INFO_MENU)
MSG_INFO_MENU
#else
MSG_MAIN
#endif
);
#if ENABLED(MARLIN_BRICKOUT)
SUBMENU(MSG_BRICKOUT, brickout.enter_game);
#endif