mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +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:
|
def showCloudPrinters(self) -> bool:
|
||||||
return self._show_cloud_printers
|
return self._show_cloud_printers
|
||||||
|
|
||||||
@pyqtSlot(bool, name="setShowCloudPrinters")
|
@pyqtSlot(bool)
|
||||||
def setShowCloudPrinters(self, show_cloud_printers: bool) -> None:
|
def setShowCloudPrinters(self, show_cloud_printers: bool) -> None:
|
||||||
self._show_cloud_printers = show_cloud_printers
|
self._show_cloud_printers = show_cloud_printers
|
||||||
self._updateDelayed()
|
self._updateDelayed()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user