Bind checked property to the corresponding setting value for CameraTextSwitch
[harmattan/cameraplus] / qml / Standby.qml
index 757f1c7..f3d984d 100644 (file)
@@ -39,15 +39,11 @@ Rectangle {
         PropertyAnimation { duration: 250 }
     }
 
-    MouseArea {
-        anchors.fill: parent
-        enabled: parent.visible
-    }
-
     Image {
         id: icon
         source: cameraTheme.standbyIcon
         anchors.centerIn: parent
+        asynchronous: true
     }
 
     CameraLabel {