mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Temporarily disable context menu and camera button
Contributes to CL-1165
This commit is contained in:
parent
4248deeb76
commit
5a78eb0541
@ -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…
x
Reference in New Issue
Block a user