Creando iconos para las notificaciones

This commit is contained in:
2022-12-30 13:18:43 +01:00
parent 4c3c844ccf
commit faf2e69b63
5 changed files with 6 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ void EnterID::initOnline()
#else
const std::string caption = "IS LOGGED IN";
#endif
screen->showNotification(options->online.jailerID, caption, 11);
screen->showNotification(options->online.jailerID, caption, 12);
if (options->console)
{
std::cout << caption << std::endl;