Aumentado el tiempo de visibilidad de las notificaciones
This commit is contained in:
@@ -10,7 +10,7 @@ Notify::Notify(SDL_Renderer *renderer, std::string iconFile, std::string bitmapF
|
|||||||
this->renderer = renderer;
|
this->renderer = renderer;
|
||||||
this->options = options;
|
this->options = options;
|
||||||
bgColor = options->notification.color;
|
bgColor = options->notification.color;
|
||||||
waitTime = 100;
|
waitTime = 150;
|
||||||
stack = false;
|
stack = false;
|
||||||
|
|
||||||
// Crea objetos
|
// Crea objetos
|
||||||
|
|||||||
Reference in New Issue
Block a user