Merge pull request #5293 from Ultimaker/CL-1165_missing_cloud_info

CL-1165 Improve cloud connection or not checking
This commit is contained in:
Simon Edwards 2019-02-13 14:23:05 +01:00 committed by GitHub
commit dc9d3ba2a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View file

@ -24,7 +24,7 @@ Item
// If the printer is a cloud printer or not. Other items base their enabled state off of this boolean. In the future
// they might not need to though.
property bool cloudConnection: Cura.MachineManager.activeMachineHasActiveCloudConnection
property bool cloudConnection: Cura.MachineManager.activeMachineIsUsingCloudConnection
width: parent.width
height: childrenRect.height