mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 10:49:05 +08:00
Load only metadata on start-up
Contributes to issue CURA-4243.
This commit is contained in:
parent
1e07325d8f
commit
37935a8a90
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user