Activated the option to disable capture previews
[harmattan/cameraplus] / qml / ImageOverlay.qml
index abcadbc..ca507c9 100644 (file)
@@ -45,6 +45,8 @@ Item {
 
         onCaptureEnded: stopAutoFocus()
 
+        enablePreview: settings.enablePreview
+
         onPreviewAvailable: overlay.previewAvailable(preview)
 
         onSaved: mountProtector.unlock(fileNaming.imagePath)