mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Add missing return
CURA-9663
This commit is contained in:
parent
ea16597dd6
commit
f52a9ad0fe
1 changed files with 1 additions and 2 deletions
|
|
@ -135,7 +135,6 @@ class MachineAction(QObject, PluginObject):
|
||||||
|
|
||||||
:return: Defaults to true to be in line with the old behaviour.
|
:return: Defaults to true to be in line with the old behaviour.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
return self._open_as_dialog
|
return self._open_as_dialog
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
|
@ -153,4 +152,4 @@ class MachineAction(QObject, PluginObject):
|
||||||
:return: Defaults to true to be in line with the old behaviour.
|
:return: Defaults to true to be in line with the old behaviour.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
self._visible
|
return self._visible
|
||||||
Loading…
Add table
Add a link
Reference in a new issue