Update cura/Machines/Models/MachineListModel.py

This commit is contained in:
Casper Lamboo 2022-08-31 11:08:37 +02:00 committed by GitHub
parent 19835844bf
commit dccffdeca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()