diff --git a/src/qml/AccountEditorPage.qml b/src/qml/AccountEditorPage.qml index a3056c457..b36a7ede9 100644 --- a/src/qml/AccountEditorPage.qml +++ b/src/qml/AccountEditorPage.qml @@ -61,7 +61,7 @@ FormCard.FormCardPage { text: i18n("Upload new avatar") display: QQC2.AbstractButton.IconOnly - onClicked: parent.onClicked() + onClicked: parent.clicked() QQC2.ToolTip.text: text QQC2.ToolTip.visible: hovered