ServiceMenu: utilitza "lang" per als textos

This commit is contained in:
2025-06-07 12:37:33 +02:00
parent 1bd488e3e3
commit 06fc8c8579
15 changed files with 144 additions and 83 deletions

View File

@@ -515,7 +515,7 @@ void Intro::updatePostState()
{
Audio::get()->stopMusic();
section::name = section::Name::TITLE;
section::options = section::Options::[TITLE] PRESS_BUTTON_TO_PLAY;
section::options = section::Options::TITLE_1;
}
break;