ServiceMenu: ja es funcional en totes les seccions del programa

This commit is contained in:
2025-06-06 19:45:47 +02:00
parent 71e1a035dd
commit 552eff2fc0
10 changed files with 92 additions and 92 deletions

View File

@@ -264,10 +264,7 @@ void Instructions::checkEvents()
}
// Comprueba las entradas
void Instructions::checkInput()
{
globalInputs::check();
}
void Instructions::checkInput() { globalInputs::check(); }
// Bucle para la pantalla de instrucciones
void Instructions::run()