diff --git a/qml/SnapshotMenu.qml b/qml/SnapshotMenu.qml index 480e4fa..1cae643 100644 --- a/qml/SnapshotMenu.qml +++ b/qml/SnapshotMenu.qml @@ -78,7 +78,6 @@ SnapshotMenuForm { cameraRenderer.onSavedPhoto: { captured(filename) - shutterButton.reset() } cameraRenderer.onFailed: @@ -94,8 +93,9 @@ SnapshotMenuForm { loops: 1 PropertyAnimation { target: failureText; property: "visible"; to: true} PropertyAnimation { target: failureText; property: "opacity"; to: 1.0} - NumberAnimation { target: failureText; property: "opacity"; to: 0.0; duration: 1000} + NumberAnimation { target: failureText; property: "opacity"; to: 0.0; duration: 2000} PropertyAnimation { target: failureText; property: "visible"; to: false} + PropertyAnimation { target: form; property: "state"; to: "activated"} } Behavior on snapshotSettings.opacity {