Merge pull request #5370 from Ultimaker/CL-1247_hide_view_prints_button_on_cloud

CL-1247 Hide the "View print history" button when connecting via cloud
This commit is contained in:
Ian Paschal 2019-03-04 11:40:48 +01:00 committed by GitHub
commit 11ea568d0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,6 +221,7 @@ Item
height: 18 * screenScaleFactor // TODO: Theme!
width: childrenRect.width
visible: !cloudConnection
UM.RecolorImage
{
@ -263,4 +264,4 @@ Item
}
}
}
}
}