mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue introduced by the last commit.
This commit is contained in:
parent
9b361c6aaa
commit
7851317621
|
@ -713,13 +713,7 @@ std::vector<HelpPrompt> GridGameListView::getHelpPrompts()
|
||||||
Settings::getInstance()->getBool("RandomAddButton"))
|
Settings::getInstance()->getBool("RandomAddButton"))
|
||||||
prompts.push_back(HelpPrompt("thumbstickclick", "random"));
|
prompts.push_back(HelpPrompt("thumbstickclick", "random"));
|
||||||
|
|
||||||
if (mRoot->getSystem()->getThemeFolder() == "custom-collections" &&
|
if (mRoot->getSystem()->isGameSystem() &&
|
||||||
!CollectionSystemsManager::get()->isEditing() && mCursorStack.empty() &&
|
|
||||||
ViewController::get()->getState().viewing == ViewController::GAME_LIST &&
|
|
||||||
ViewController::get()->getState().viewstyle != ViewController::BASIC) {
|
|
||||||
prompts.push_back(HelpPrompt("y", "jump to game"));
|
|
||||||
}
|
|
||||||
else if (mRoot->getSystem()->isGameSystem() &&
|
|
||||||
(mRoot->getSystem()->getThemeFolder() != "custom-collections" ||
|
(mRoot->getSystem()->getThemeFolder() != "custom-collections" ||
|
||||||
!mCursorStack.empty()) &&
|
!mCursorStack.empty()) &&
|
||||||
!UIModeController::getInstance()->isUIModeKid() &&
|
!UIModeController::getInstance()->isUIModeKid() &&
|
||||||
|
|
Loading…
Reference in a new issue