mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Add extra reporting stage for splash screen
CURA-6823
This commit is contained in:
parent
de13317b9e
commit
d905b8b8cc
1 changed files with 2 additions and 1 deletions
|
@ -517,7 +517,8 @@ class CuraApplication(QtApplication):
|
|||
with self._container_registry.lockFile():
|
||||
self._container_registry.loadAllMetadata()
|
||||
|
||||
# set the setting version for Preferences
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Setting up preferences..."))
|
||||
# Set the setting version for Preferences
|
||||
preferences = self.getPreferences()
|
||||
preferences.addPreference("metadata/setting_version", 0)
|
||||
preferences.setValue("metadata/setting_version", self.SettingVersion) #Don't make it equal to the default so that the setting version always gets written to the file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue