Activated the option to disable capture previews
[harmattan/cameraplus] / qml / CameraSettings.qml
index 34d4bab..2290159 100644 (file)
@@ -99,7 +99,6 @@ Column {
 
     CameraTextSwitch {
         text: qsTr("Preview images and videos after capturing")
-        visible: false
         checked: settings.enablePreview
         onCheckedChanged: settings.enablePreview = checked
     }