From d7aaac0c6c27a3d61d96daa3d507514be1dfabb6 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 16 Jun 2016 17:01:22 +0200 Subject: only show back button when pagestack has pages to pop --- components/package/contents/ui/NewAccountDialog.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/package') 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 { verticalCenter: parent.verticalCenter } + visible: stack.depth > 1 iconName: "go-previous" onClicked: stack.pop() -- cgit v1.2.3