From: Mohammed Sameer Date: Mon, 12 Aug 2013 18:56:24 +0000 (+0300) Subject: Hide video torch setting when front camera is active X-Git-Url: http://cgit.sxemacs.org/?p=harmattan%2Fcameraplus;a=commitdiff_plain;h=daeab31b4a6de5d6a65b293791b12983df9b04a3;ds=sidebyside Hide video torch setting when front camera is active --- diff --git a/qml/VideoOverlay.qml b/qml/VideoOverlay.qml index 185d079..382410e 100644 --- a/qml/VideoOverlay.qml +++ b/qml/VideoOverlay.qml @@ -104,6 +104,7 @@ Item { tools: CameraToolBarTools { VideoTorchButton { camera: cam + visible: cam.device == 0 } VideoSceneButton {