mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 06:05:38 +00:00
Fixed a view style issue for custom collections.
This commit is contained in:
parent
005952addf
commit
3d2b246392
|
@ -686,7 +686,7 @@ bool CollectionSystemManager::toggleGameInCollection(FileData* file)
|
|||
systemViewToUpdate->getRootFolder()->sort(rootFolder->getSortTypeFromString(
|
||||
rootFolder->getSortTypeString()),
|
||||
Settings::getInstance()->getBool("FavFirstCustom"));
|
||||
ViewController::get()->onFileChanged(systemViewToUpdate->getRootFolder(), false);
|
||||
ViewController::get()->onFileChanged(systemViewToUpdate->getRootFolder(), true);
|
||||
fileIndex->addToIndex(newGame);
|
||||
|
||||
// Add to bundle index as well, if needed.
|
||||
|
|
Loading…
Reference in a new issue