No comment on this..

This commit is contained in:
Thomas Karl Pietrowski 2017-12-09 17:40:06 +01:00
parent 7e7303a7e3
commit 8e89c1b361

View File

@ -729,7 +729,7 @@ class CuraApplication(QtApplication):
self.setMainQml(Resources.getPath(self.ResourceTypes.QmlFiles, "Cura.qml"))
self._qml_import_paths.append(Resources.getPath(self.ResourceTypes.QmlFiles))
run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("headless", False)
run_without_gui = self.getCommandLineOption("headless", False) or self.getCommandLineOption("invisible", False)
if not run_without_gui:
self.initializeEngine()