Temporarily remove warning message for cloud cameras

It's incorrect; the camera is possible with development firmware, but not implemented yet in Cura.

Removed this in lieu of the actual fix in CURA-7637, which takes too much time to fix for the 4.7 release.
This commit is contained in:
Ghostkeeper 2020-08-11 13:29:53 +02:00
parent e42369179f
commit 55dbb1ea0c
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A

View file

@ -282,12 +282,13 @@ Item
enabled: !cameraButton.enabled
}
/* //Warning message is commented out because it's factually incorrect. Fix CURA-7637 to allow camera connections via cloud.
MonitorInfoBlurb
{
id: cameraDisabledInfo
text: catalog.i18nc("@info", "The webcam is not available because you are monitoring a cloud printer.")
target: cameraButton
}
}*/
}
// Divider