Correcciones en el botón de servicio

This commit is contained in:
2024-09-15 15:27:12 +02:00
parent 41e57064cb
commit 333c905b1a
21 changed files with 224 additions and 105 deletions

View File

@@ -60,7 +60,7 @@ private:
Texture *textTexture; // Textura para la fuente de las notificaciones
Texture *iconTexture; // Textura para los iconos de las notificaciones
Text *text; // Objeto para dibujar texto
options_t *options; // Variable con todas las opciones del programa
options_t *options; // Opciones del programa
// Variables
color_t bgColor; // Color de fondo de las notificaciones
@@ -81,7 +81,7 @@ public:
// Destructor
~Notify();
// Dibuja las notificaciones por pantalla
void render();