diff --git a/cura/MachineAction.py b/cura/MachineAction.py index fa1fb01e02..eaddebec42 100644 --- a/cura/MachineAction.py +++ b/cura/MachineAction.py @@ -135,7 +135,6 @@ class MachineAction(QObject, PluginObject): :return: Defaults to true to be in line with the old behaviour. """ - return self._open_as_dialog @pyqtSlot() @@ -153,4 +152,4 @@ class MachineAction(QObject, PluginObject): :return: Defaults to true to be in line with the old behaviour. """ - self._visible \ No newline at end of file + return self._visible \ No newline at end of file