label the shortcut for misc

This commit is contained in:
ITotalJustice
2025-04-29 19:06:33 +01:00
parent d79ac126f7
commit 6c1b5de932

View File

@@ -208,7 +208,7 @@ MainMenu::MainMenu() {
this->SetActions(
std::make_pair(Button::START, Action{App::Exit}),
std::make_pair(Button::SELECT, Action{[this](){
std::make_pair(Button::SELECT, Action{"Misc"_i18n, [this](){
App::DisplayMiscOptions();
}}),
std::make_pair(Button::Y, Action{"Menu"_i18n, [this](){