mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Fixed an issue where custom collections could temporarily disappear when switching from ungrouped to grouped layout.
This commit is contained in:
parent
1e845a189a
commit
37e8e71adf
|
@ -316,6 +316,8 @@ GuiCollectionSystemsOptions::GuiCollectionSystemsOptions(
|
|||
Settings::getInstance()->getBool("UseCustomCollectionsSystem")) {
|
||||
Settings::getInstance()->setBool("UseCustomCollectionsSystem",
|
||||
use_custom_collections_system->getState());
|
||||
if (CollectionSystemsManager::get()->isEditing())
|
||||
CollectionSystemsManager::get()->exitEditMode();
|
||||
setNeedsSaving();
|
||||
setNeedsCollectionsUpdate();
|
||||
setNeedsReloading();
|
||||
|
|
Loading…
Reference in a new issue