Demana confirmació per a canviar el idioma amb les tecles ràpides

Demana confirmació per reiniciar
This commit is contained in:
2025-03-10 21:22:32 +01:00
parent 79b2917112
commit 9c1b3c45b0
11 changed files with 92 additions and 38 deletions

View File

@@ -375,7 +375,7 @@ void Title::swapKeyboard()
{
swapOptionsKeyboard();
std::string text = lang::getText(100) + std::to_string(getPlayerWhoUsesKeyboard()) + ": " + lang::getText(69);
Notifier::get()->showText({text});
Notifier::get()->show({text});
}
// Muestra información sobre los controles y los jugadores
@@ -404,5 +404,5 @@ void Title::showControllers()
}
// Muestra la notificación
Notifier::get()->showText({text.at(0), text.at(1)});
Notifier::get()->show({text.at(0), text.at(1)});
}