summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui/NewAccountDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui/NewAccountDialog.qml')
-rw-r--r--components/package/contents/ui/NewAccountDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml
index 59f06b67..597958cb 100644
--- a/components/package/contents/ui/NewAccountDialog.qml
+++ b/components/package/contents/ui/NewAccountDialog.qml
@@ -67,6 +67,7 @@ Rectangle {
67 verticalCenter: parent.verticalCenter 67 verticalCenter: parent.verticalCenter
68 } 68 }
69 69
70 visible: stack.depth > 1
70 iconName: "go-previous" 71 iconName: "go-previous"
71 72
72 onClicked: stack.pop() 73 onClicked: stack.pop()