summaryrefslogtreecommitdiffstats
path: root/components/accounts/qml/AccountWizardPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/accounts/qml/AccountWizardPage.qml')
-rw-r--r--components/accounts/qml/AccountWizardPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/accounts/qml/AccountWizardPage.qml b/components/accounts/qml/AccountWizardPage.qml
index 9f11ac36..99bad388 100644
--- a/components/accounts/qml/AccountWizardPage.qml
+++ b/components/accounts/qml/AccountWizardPage.qml
@@ -146,6 +146,7 @@ FocusScope {
146 right: parent.right 146 right: parent.right
147 bottom: parent.bottom 147 bottom: parent.bottom
148 } 148 }
149 objectName: "saveButton"
149 150
150 text: qsTr("Save") 151 text: qsTr("Save")
151 onClicked: save() 152 onClicked: save()