mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Load only metadata on start-up
Contributes to issue CURA-4243.
This commit is contained in:
parent
1e07325d8f
commit
37935a8a90
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ class CuraApplication(QtApplication):
|
||||||
ContainerRegistry.getInstance().addContainer(empty_quality_changes_container)
|
ContainerRegistry.getInstance().addContainer(empty_quality_changes_container)
|
||||||
|
|
||||||
with ContainerRegistry.getInstance().lockFile():
|
with ContainerRegistry.getInstance().lockFile():
|
||||||
ContainerRegistry.getInstance().load()
|
ContainerRegistry.getInstance().loadAllMetadata()
|
||||||
|
|
||||||
# set the setting version for Preferences
|
# set the setting version for Preferences
|
||||||
preferences = Preferences.getInstance()
|
preferences = Preferences.getInstance()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue