fix: xicotets errors al codi que he detectat al canviar de SO

This commit is contained in:
2025-06-07 09:15:49 +02:00
parent 767d38e170
commit 09b182c187
4 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ namespace globalInputs
// Si la notificación de salir no está activa, muestra la notificación
#ifdef ARCADE
const std::string TEXT = code == section::Options::QUIT_WITH_CONTROLLER ? lang::getText("NOTIFICATIONS_116") : lang::getText("NOTIFICATIONS_94");
Notifier::get()->show(TEXT, std::string()}, -1, CODE);
Notifier::get()->show({TEXT, std::string()}, -1, CODE);
#else
Notifier::get()->show({lang::getText("NOTIFICATIONS_94"), std::string()}, -1, CODE);
#endif