summaryrefslogtreecommitdiffstats
path: root/views/people/qml/People.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r--views/people/qml/People.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/people/qml/People.qml b/views/people/qml/People.qml
index 718d3c08..ad723427 100644
--- a/views/people/qml/People.qml
+++ b/views/people/qml/People.qml
@@ -51,8 +51,7 @@ FocusScope {
51 leftMargin: Kube.Units.smallSpacing 51 leftMargin: Kube.Units.smallSpacing
52 } 52 }
53 text: qsTr("New Contact") 53 text: qsTr("New Contact")
54 //visible: stack.depth == 1 54 visible: stack.depth == 1
55 visible: false
56 55
57 onClicked: { 56 onClicked: {
58 stack.push(personComposer) 57 stack.push(personComposer)