Load only metadata on start-up

Contributes to issue CURA-4243.
This commit is contained in:
Ghostkeeper 2017-11-23 16:47:55 +01:00
parent 1e07325d8f
commit 37935a8a90
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -279,7 +279,7 @@ class CuraApplication(QtApplication):
ContainerRegistry.getInstance().addContainer(empty_quality_changes_container)
with ContainerRegistry.getInstance().lockFile():
ContainerRegistry.getInstance().load()
ContainerRegistry.getInstance().loadAllMetadata()
# set the setting version for Preferences
preferences = Preferences.getInstance()