Reworked to allow separate paths for saving images and videos
[harmattan/cameraplus] / qml / CameraView.qml
index 694ee19..a1a6a6c 100644 (file)
@@ -63,7 +63,7 @@ Viewfinder {
 
         onRunningChanged: {
             if (!cam.running) {
-                mountProtector.unlock()
+                mountProtector.unlockAll()
             }
         }