diff --git a/source/enter_id.cpp b/source/enter_id.cpp index 464559d..8138a34 100644 --- a/source/enter_id.cpp +++ b/source/enter_id.cpp @@ -170,6 +170,9 @@ void EnterID::update() // Actualiza el cursor cursor = (counter % 20 >= 10) ? " " : "_"; + + // Actualiza las notificaciones + screen->updateNotifier(); } } @@ -307,7 +310,7 @@ void EnterID::initName() pos = 0; } else - {// En caso contrario, copia el texto al vector y coloca el cursor en posición + { // En caso contrario, copia el texto al vector y coloca el cursor en posición const int len = std::min((int)options->online.jailerID.size(), maxLenght); for (int i = 0; i < len; ++i) {