La pantalla de cambio de jailer_id ya está en multilenguaje

This commit is contained in:
2023-09-25 22:18:19 +02:00
parent 769e057a81
commit 45d02440f6
6 changed files with 54 additions and 21 deletions

View File

@@ -741,7 +741,8 @@ void Director::initOnline()
#else
const std::string caption = options->online.jailerID;
#endif
screen->showNotification(caption, lang->getText(85), 12);
//screen->showNotification(caption, lang->getText(85), 12);
screen->showNotification(caption, lang->getText(85));
if (options->console)
{
std::cout << caption << std::endl;