mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:15:55 +08:00
Merge pull request #17730 from Ultimaker/CURA-11459-active-printer-name-qt6.6
Property of machinemanager redefined
This commit is contained in:
commit
fc9883bda4
@ -11,7 +11,7 @@ Cura.ExpandablePopup
|
|||||||
{
|
{
|
||||||
id: machineSelector
|
id: machineSelector
|
||||||
|
|
||||||
property Cura.MachineManager machineManager
|
property var machineManager: Cura.MachineManager
|
||||||
property bool isNetworkPrinter: machineManager.activeMachineHasNetworkConnection
|
property bool isNetworkPrinter: machineManager.activeMachineHasNetworkConnection
|
||||||
property bool isConnectedCloudPrinter: machineManager.activeMachineHasCloudConnection
|
property bool isConnectedCloudPrinter: machineManager.activeMachineHasCloudConnection
|
||||||
property bool isCloudRegistered: machineManager.activeMachineHasCloudRegistration
|
property bool isCloudRegistered: machineManager.activeMachineHasCloudRegistration
|
||||||
@ -107,6 +107,7 @@ Cura.ExpandablePopup
|
|||||||
{
|
{
|
||||||
return UM.Theme.getIcon("Printer", "medium")
|
return UM.Theme.getIcon("Printer", "medium")
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
return ""
|
return ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user