mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Fixed a potential issue with view style changes for ungrouped custom collections.
This commit is contained in:
parent
df28513bb0
commit
1e845a189a
|
@ -468,7 +468,7 @@ void CollectionSystemsManager::updateCollectionSystem(FileData* file, Collection
|
|||
if (rootFolder->getSystem()->isGroupedCustomCollection())
|
||||
ViewController::get()->onFileChanged(rootFolder->getParent(), true);
|
||||
else
|
||||
ViewController::get()->onFileChanged(rootFolder, false);
|
||||
ViewController::get()->onFileChanged(rootFolder, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue