Switch toolbar animation to opacity
[harmattan/cameraplus] / qml / ImageModeSettings.qml
index 0cc8ff2..66bbf7d 100644 (file)
@@ -53,6 +53,7 @@ Flickable {
             // loop for checked if we bind the checked property to the settings value.
             Component.onCompleted: checked = settings.faceDetectionEnabled
             onCheckedChanged: settings.faceDetectionEnabled = checked
+            visible: !camera.quirks.hasQuirk(Quirks.NoFaceDetection)
         }
 
         CameraSettings {