Enabled the settings menu.

This commit is contained in:
Dual Tachyon 2023-08-27 21:31:17 +01:00
parent 41462e31da
commit 14a03ffc32

2
app.c
View File

@ -1613,7 +1613,7 @@ static void APP_ProcessKey_MAIN(KEY_Code_t Key, bool bKeyPressed, bool bKeyHeld)
//MAIN_Key_DIGITS(Key, bKeyPressed, bKeyHeld);
break;
case KEY_MENU:
//MAIN_Key_MENU(bKeyPressed, bKeyHeld);
MAIN_Key_MENU(bKeyPressed, bKeyHeld);
break;
case KEY_UP:
//MAIN_Key_UP_DOWN(bKeyPressed, bKeyHeld, 1);