enable asynchronous loading of indicators, capture button bits and standby image
[harmattan/cameraplus] / qml / CaptureButton.qml
index 2c6d4fc..4858437 100644 (file)
@@ -50,6 +50,7 @@ Item {
         border.right: button.platformStyle.backgroundMarginRight
         border.bottom: button.platformStyle.backgroundMarginBottom
         source: pressed ? button.platformStyle.pressedBackground : button.platformStyle.background
+        asynchronous: true
     }
 
     Image {