mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Temporarily disable context menu and camera button
Contributes to CL-1165
This commit is contained in:
parent
4248deeb76
commit
5a78eb0541
1 changed files with 4 additions and 2 deletions
|
@ -170,7 +170,8 @@ Item
|
||||||
printJob: printer ? printer.activePrintJob : null
|
printJob: printer ? printer.activePrintJob : null
|
||||||
width: 36 * screenScaleFactor // TODO: Theme!
|
width: 36 * screenScaleFactor // TODO: Theme!
|
||||||
height: 36 * screenScaleFactor // TODO: Theme!
|
height: 36 * screenScaleFactor // TODO: Theme!
|
||||||
enabled: base.enabled
|
// enabled: base.enabled
|
||||||
|
enabled: false
|
||||||
visible: printer
|
visible: printer
|
||||||
}
|
}
|
||||||
CameraButton
|
CameraButton
|
||||||
|
@ -184,7 +185,8 @@ Item
|
||||||
bottomMargin: 20 * screenScaleFactor // TODO: Theme!
|
bottomMargin: 20 * screenScaleFactor // TODO: Theme!
|
||||||
}
|
}
|
||||||
iconSource: "../svg/icons/camera.svg"
|
iconSource: "../svg/icons/camera.svg"
|
||||||
enabled: base.enabled
|
// enabled: base.enabled
|
||||||
|
enabled: false
|
||||||
visible: printer
|
visible: printer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue