mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-29 09:35:39 +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);
|
mWindow->setInfoPopup(s);
|
||||||
getCursor()->getSourceFileData()->getSystem()->onMetaDataSavePoint();
|
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);
|
ViewController::get()->onFileChanged(getCursor(), FILE_METADATA_CHANGED);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue