Fix reference error

CURA-7745
This commit is contained in:
Jaime van Kessel 2020-10-08 17:22:24 +02:00
parent 99f42c179f
commit 910d8ec472
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -271,7 +271,8 @@ Item
} }
// For cloud printing, add this mouse area over the disabled cameraButton to indicate that it's not available // For cloud printing, add this mouse area over the disabled cameraButton to indicate that it's not available
MouseArea //Warning message is commented out because it's factually incorrect. Fix CURA-7637 to allow camera connections via cloud.
/* MouseArea
{ {
id: cameraDisabledButtonArea id: cameraDisabledButtonArea
anchors.fill: cameraButton anchors.fill: cameraButton
@ -281,7 +282,7 @@ Item
enabled: !cameraButton.enabled enabled: !cameraButton.enabled
} }
/* //Warning message is commented out because it's factually incorrect. Fix CURA-7637 to allow camera connections via cloud.
MonitorInfoBlurb MonitorInfoBlurb
{ {
id: cameraDisabledInfo id: cameraDisabledInfo