Merge pull request #570 from pjft/fix-kiosk-favorites

Fix Kiosk Favorites not registering
This commit is contained in:
John Rassa 2019-06-19 08:04:39 -04:00 committed by GitHub
commit b21049a7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
} }
return true; return true;
} }
}else if (config->isMappedTo("y", input) && UIModeController::getInstance()->isUIModeFull()) }else if (config->isMappedTo("y", input) && !UIModeController::getInstance()->isUIModeKid())
{ {
if(mRoot->getSystem()->isGameSystem()) if(mRoot->getSystem()->isGameSystem())
{ {