Modificadas las notificaciones a dos lineas de texto

This commit is contained in:
2022-12-29 09:42:57 +01:00
parent a2f1efd2a6
commit e963251fd9
7 changed files with 24 additions and 15 deletions

View File

@@ -370,9 +370,9 @@ void Screen::updateNotifier()
}
// Muestra una notificación de texto por pantalla;
void Screen::showNotification(std::string text)
void Screen::showNotification(std::string text1, std::string text2)
{
notify->showText(text);
notify->showText(text1, text2);
}
// Dibuja las notificaciones