Arreglado tamaño de las notificaciones en pantalla completa

This commit is contained in:
2022-11-23 20:33:54 +01:00
parent ea5360ea74
commit 7070dac482
5 changed files with 8 additions and 11 deletions

View File

@@ -319,12 +319,4 @@ void Logo::switchPalette()
void Logo::endSection()
{
section.name = SECTION_PROG_ENTER_ID;
//if (options->online.enabled && options->online.jailerID == "")
//{
// section.name = SECTION_PROG_ENTER_ID;
//}
//else
//{
// section.name = (section.subsection == SUBSECTION_LOGO_TO_INTRO) ? SECTION_PROG_INTRO : SECTION_PROG_TITLE;
//}
}