We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 237de30 commit 3a6e4feCopy full SHA for 3a6e4fe
1 file changed
app/qml/components/Key.qml
@@ -71,7 +71,7 @@ Rectangle {
71
72
onTriggered: {
73
if (keyboardLayout.feedback) {
74
- pressFeedback.start()
+ pressFeedback.play()
75
}
76
77
parent.clicked()
@@ -84,7 +84,7 @@ Rectangle {
84
85
onClicked: {
86
87
88
89
90
@@ -96,7 +96,7 @@ Rectangle {
96
97
onReleased: {
98
99
- releaseFeedback.start()
+ releaseFeedback.play()
100
101
102
timer.stop()
0 commit comments