diff options
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r-- | views/people/qml/People.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml index c890e1b5..f90a4f56 100644 --- a/views/people/qml/People.qml +++ b/views/people/qml/People.qml | |||
@@ -50,8 +50,9 @@ FocusScope { | |||
50 | left: parent.left | 50 | left: parent.left |
51 | leftMargin: Kube.Units.smallSpacing | 51 | leftMargin: Kube.Units.smallSpacing |
52 | } | 52 | } |
53 | visible: stack.depth == 1 | ||
54 | text: qsTr("New Contact") | 53 | text: qsTr("New Contact") |
54 | //visible: stack.depth == 1 | ||
55 | visible: false | ||
55 | 56 | ||
56 | onClicked: { | 57 | onClicked: { |
57 | stack.push(personComposer) | 58 | stack.push(personComposer) |