diff options
Diffstat (limited to 'components/accounts/contents/ui/AccountWizardPage.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizardPage.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index b0b33049..f7885ce4 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml | |||
@@ -30,7 +30,7 @@ Item { | |||
30 | signal done() | 30 | signal done() |
31 | 31 | ||
32 | property bool isFirstView: root.Controls2.StackView.index == 0 | 32 | property bool isFirstView: root.Controls2.StackView.index == 0 |
33 | property bool singleAccountMode: false | 33 | property bool requireSetup: false |
34 | 34 | ||
35 | Kube.AccountFactory { | 35 | Kube.AccountFactory { |
36 | id: accountFactory | 36 | id: accountFactory |
@@ -119,7 +119,7 @@ Item { | |||
119 | left: parent.left | 119 | left: parent.left |
120 | bottom: parent.bottom | 120 | bottom: parent.bottom |
121 | } | 121 | } |
122 | visible: !root.singleAccountMode | 122 | visible: !root.requireSetup |
123 | 123 | ||
124 | text: qsTr("Discard") | 124 | text: qsTr("Discard") |
125 | onClicked: { | 125 | onClicked: { |