Property of machinemanager redefined

CURA-11459
This commit is contained in:
saumya.jain 2023-12-22 11:36:51 +01:00
parent 9dae927c17
commit 224f613228

View file

@ -11,7 +11,7 @@ Cura.ExpandablePopup
{
id: machineSelector
property Cura.MachineManager machineManager
property var machineManager: Cura.MachineManager
property bool isNetworkPrinter: machineManager.activeMachineHasNetworkConnection
property bool isConnectedCloudPrinter: machineManager.activeMachineHasCloudConnection
property bool isCloudRegistered: machineManager.activeMachineHasCloudRegistration
@ -107,6 +107,7 @@ Cura.ExpandablePopup
{
return UM.Theme.getIcon("Printer", "medium")
}
else
{
return ""