Les notificacions ara van per milisegons.

posibilitat d'establir el tems de una notificacio (util per a allargar les dels logros)
This commit is contained in:
2025-03-08 11:29:25 +01:00
parent fdb85ac393
commit 195d812d2a
4 changed files with 88 additions and 99 deletions

View File

@@ -21,7 +21,7 @@ namespace globalInputs
else
{
// Si la notificación de salir no está activa, muestra la notificación
Notifier::get()->show({code}, NotificationText::CENTER, -1, true, code);
Notifier::get()->show({code}, NotificationText::CENTER, 2000, -1, true, code);
}
}