Eliminades les icones de les notificacions (herencia del CC original)

This commit is contained in:
2024-09-28 12:46:53 +02:00
parent 3f24f38a0c
commit 878518babe
5 changed files with 20 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ private:
std::vector<notification_t> notifications; // La lista de notificaciones activas
JA_Sound_t *sound; // Sonido a reproducir cuando suena la notificación
bool stack; // Indica si las notificaciones se apilan
bool hasIcons; // Indica si el notificador tiene textura para iconos
// Elimina las notificaciones finalizadas
void clearFinishedNotifications();