mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:48:59 +08:00
Add a few splash loading messages for a better sense of progress
CURA-6823
This commit is contained in:
parent
24a5cbfacb
commit
81976cfd1a
@ -745,6 +745,7 @@ class CuraApplication(QtApplication):
|
||||
super().run()
|
||||
|
||||
Logger.log("i", "Initializing machine manager")
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Initializing machine manager..."))
|
||||
self._machine_manager = MachineManager(self, parent = self)
|
||||
|
||||
Logger.log("i", "Initializing container manager")
|
||||
@ -861,6 +862,8 @@ class CuraApplication(QtApplication):
|
||||
# Initialize QML engine
|
||||
self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml"))
|
||||
self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles))
|
||||
self.getTheme() # preload
|
||||
self.showSplashMessage(self._i18n_catalog.i18nc("@info:progress", "Initialize engine..."))
|
||||
self.initializeEngine()
|
||||
|
||||
# Initialize UI state
|
||||
|
Loading…
x
Reference in New Issue
Block a user