mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 22:01:14 -07:00
Merge branch 'master' of github.com:Ultimaker/Cura
This commit is contained in:
commit
8bd06ee8ec
10 changed files with 130 additions and 87 deletions
|
|
@ -321,6 +321,7 @@ class CuraApplication(QtApplication):
|
|||
MachineManagerModel.createMachineManagerModel)
|
||||
|
||||
self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml"))
|
||||
self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles))
|
||||
self.initializeEngine()
|
||||
|
||||
if self._engine.rootObjects:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue