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->options = options;
|
||||
bgColor = options->notification.color;
|
||||
waitTime = 100;
|
||||
waitTime = 150;
|
||||
stack = false;
|
||||
|
||||
// Crea objetos
|
||||
|
||||
Reference in New Issue
Block a user