diff options
Diffstat (limited to 'components/accounts/qml/AccountWizard.qml')
-rw-r--r-- | components/accounts/qml/AccountWizard.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/accounts/qml/AccountWizard.qml b/components/accounts/qml/AccountWizard.qml index 58ef4509..b928fd8b 100644 --- a/components/accounts/qml/AccountWizard.qml +++ b/components/accounts/qml/AccountWizard.qml | |||
@@ -70,6 +70,7 @@ Kube.Popup { | |||
70 | Repeater { | 70 | Repeater { |
71 | model: root.availableAccountPlugins | 71 | model: root.availableAccountPlugins |
72 | delegate: Kube.Button { | 72 | delegate: Kube.Button { |
73 | objectName: "accountTypeButton" + modelData | ||
73 | Layout.fillWidth: true | 74 | Layout.fillWidth: true |
74 | text: modelData | 75 | text: modelData |
75 | onClicked: stack.push(wizardPage.createObject(stack, {accountType:modelData})) | 76 | onClicked: stack.push(wizardPage.createObject(stack, {accountType:modelData})) |