From 8e89c1b36144d4861f58093de15b6f2a480964c8 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Sat, 9 Dec 2017 17:40:06 +0100 Subject: [PATCH] No comment on this.. --- cura/CuraApplication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 03429fb690..d6b8d416cd 100755 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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()