mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Fixed a missing filter index update when removing games from custom collections.
This commit is contained in:
parent
e930848645
commit
f8b9275b4b
|
@ -692,6 +692,7 @@ bool CollectionSystemsManager::toggleGameInCollection(FileData* file)
|
|||
adding = false;
|
||||
// If we found it, we need to remove it.
|
||||
FileData* collectionEntry = children.at(key);
|
||||
fileIndex->removeFromIndex(collectionEntry);
|
||||
ViewController::get()
|
||||
->getGameListView(systemViewToUpdate)
|
||||
.get()
|
||||
|
|
Loading…
Reference in a new issue