mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix reference error
CURA-7745
This commit is contained in:
parent
99f42c179f
commit
910d8ec472
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue