mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 15:45:38 +00:00
Fixed an issue with sorting favorite folders.
This commit is contained in:
parent
95adc63904
commit
cc6ef4220e
|
@ -184,6 +184,11 @@ bool ISimpleGameListView::input(InputConfig* config, Input input)
|
|||
|
||||
mWindow->setInfoPopup(s);
|
||||
getCursor()->getSourceFileData()->getSystem()->onMetaDataSavePoint();
|
||||
|
||||
if (!Settings::getInstance()->getBool("FoldersOnTop"))
|
||||
mRoot->sort(getSortTypeFromString(mRoot->getSortTypeString()),
|
||||
Settings::getInstance()->getBool("FavoritesFirst"));
|
||||
|
||||
ViewController::get()->onFileChanged(getCursor(), FILE_METADATA_CHANGED);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue