canvi de pc

This commit is contained in:
2025-07-30 14:03:44 +02:00
parent 12ec55308e
commit dbecd9a22b
10 changed files with 189 additions and 276 deletions

View File

@@ -303,7 +303,7 @@ auto checkInputs() -> bool {
}
// Saltar sección
if ((Input::get()->checkAnyButton() != 0) && !ServiceMenu::get()->isEnabled()) {
if ((Input::get()->checkAnyButton()) && !ServiceMenu::get()->isEnabled()) {
skipSection();
return true;
}