mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06: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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue