mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:19:05 +08:00
Update cura/Machines/Models/MachineListModel.py
This commit is contained in:
parent
19835844bf
commit
dccffdeca3
@ -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…
x
Reference in New Issue
Block a user