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

@@ -126,7 +126,7 @@ public:
void updateNotifier();
// Muestra una notificación de texto por pantalla;
void showText(std::string text);
void showNotification(std::string text);
};
#endif