Trabajando en las notificaciones

This commit is contained in:
2022-11-23 20:14:53 +01:00
parent 3aa4440390
commit ea5360ea74
3 changed files with 3 additions and 3 deletions

View File

@@ -351,7 +351,7 @@ void Screen::updateNotifier()
}
// Muestra una notificación de texto por pantalla;
void Screen::showText(std::string text)
void Screen::showNotification(std::string text)
{
notify->showText(text);
}