mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-03 10:44:18 +08:00
Add missing return
CURA-9663
This commit is contained in:
parent
ea16597dd6
commit
f52a9ad0fe
@ -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
|
||||
return self._visible
|
Loading…
x
Reference in New Issue
Block a user