mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where adding a game to a collection would not switch the view style.
This commit is contained in:
parent
8c704bb47e
commit
393e6f17ce
|
@ -403,7 +403,7 @@ void CollectionSystemsManager::updateCollectionSystem(FileData* file, Collection
|
|||
CollectionFileData* newGame = new CollectionFileData(file, curSys);
|
||||
rootFolder->addChild(newGame);
|
||||
fileIndex->addToIndex(newGame);
|
||||
ViewController::get()->getGameListView(curSys)->onFileChanged(newGame, false);
|
||||
ViewController::get()->getGameListView(curSys)->onFileChanged(newGame, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue