RCU for fix with merge

This commit is contained in:
Brendan O'Leary 2025-12-16 21:37:17 -05:00
parent fcee7d519c
commit e9e6982eea

View File

@ -48,7 +48,7 @@ void SettingsScreen::onExit() {
void SettingsScreen::handleInput() {
// Handle actions with early return
if (inputManager.wasPressed(InputManager::BTN_CONFIRM)) {
toggleCurrentSetting();
activateCurrentSetting();
updateRequired = true;
return;
}