mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-18 04:45:39 +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()->getBool("UseCustomCollectionsSystem")) {
|
||||||
Settings::getInstance()->setBool("UseCustomCollectionsSystem",
|
Settings::getInstance()->setBool("UseCustomCollectionsSystem",
|
||||||
use_custom_collections_system->getState());
|
use_custom_collections_system->getState());
|
||||||
|
if (CollectionSystemsManager::get()->isEditing())
|
||||||
|
CollectionSystemsManager::get()->exitEditMode();
|
||||||
setNeedsSaving();
|
setNeedsSaving();
|
||||||
setNeedsCollectionsUpdate();
|
setNeedsCollectionsUpdate();
|
||||||
setNeedsReloading();
|
setNeedsReloading();
|
||||||
|
|
Loading…
Reference in a new issue