diff --git a/es-app/src/CollectionSystemsManager.cpp b/es-app/src/CollectionSystemsManager.cpp index 24cb9b1ca..54dcb845f 100644 --- a/es-app/src/CollectionSystemsManager.cpp +++ b/es-app/src/CollectionSystemsManager.cpp @@ -80,6 +80,7 @@ CollectionSystemsManager::CollectionSystemsManager(Window* window) : mWindow(win Utils::FileSystem::createDirectory(path); mIsEditingCustom = false; + mHasEnabledCustomCollection = false; mEditingCollection = "Favorites"; mEditingCollectionSystemData = nullptr; mCustomCollectionsBundle = nullptr;