Deshabilitado el sonido de las notificaciones por defecto
This commit is contained in:
@@ -462,7 +462,7 @@ void Director::initOptions()
|
||||
// Opciones de las notificaciones
|
||||
options->notification.posV = pos_top;
|
||||
options->notification.posH = pos_left;
|
||||
options->notification.sound = true;
|
||||
options->notification.sound = false;
|
||||
options->notification.color = {48, 48, 48};
|
||||
|
||||
// Opciones de audio
|
||||
|
||||
Reference in New Issue
Block a user