mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06:00
Fix error in PrinterOutputDevice.acceptsCommands
CURA-1851
This commit is contained in:
parent
ed669925ad
commit
0faa7f4abb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class PrinterOutputDevice(QObject, OutputDevice):
|
|||
self._error_text = error_text
|
||||
self.errorTextChanged.emit()
|
||||
|
||||
@pyqtProperty(str, notify = acceptsCommandsChanged)
|
||||
@pyqtProperty(bool, notify = acceptsCommandsChanged)
|
||||
def acceptsCommands(self):
|
||||
return self._accepts_commands
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue