mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-11 16:57:51 -06:00
Update cura/Machines/Models/MachineListModel.py
This commit is contained in:
parent
19835844bf
commit
dccffdeca3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class MachineListModel(ListModel):
|
|||
def showCloudPrinters(self) -> bool:
|
||||
return self._show_cloud_printers
|
||||
|
||||
@pyqtSlot(bool, name="setShowCloudPrinters")
|
||||
@pyqtSlot(bool)
|
||||
def setShowCloudPrinters(self, show_cloud_printers: bool) -> None:
|
||||
self._show_cloud_printers = show_cloud_printers
|
||||
self._updateDelayed()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue