mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Use new property names for cloud connection detection
This commit is contained in:
parent
163a231365
commit
a5761cb56b
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ Rectangle
|
|||
{
|
||||
id: viewportOverlay
|
||||
|
||||
property bool isConnected: Cura.MachineManager.activeMachineHasActiveNetworkConnection || Cura.MachineManager.activeMachineHasActiveCloudConnection
|
||||
property bool isConnected: Cura.MachineManager.activeMachineIsUsingCloudConnection
|
||||
property bool isNetworkConfigurable: ["Ultimaker 3", "Ultimaker 3 Extended", "Ultimaker S5"].indexOf(Cura.MachineManager.activeMachineDefinitionName) > -1
|
||||
property bool isNetworkConfigured:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue