diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-08-02 23:15:01 +0200 |
commit | 581b5a7f16a1c399958742a3b103f47ef9518662 (patch) | |
tree | cc7fa518f81d00522532b223e7373f2f04236f7e /views/people/qml/People.qml | |
parent | 6aa6051a1535db4fea13bbde62e7701ecba583e9 (diff) | |
download | kube-581b5a7f16a1c399958742a3b103f47ef9518662.tar.gz kube-581b5a7f16a1c399958742a3b103f47ef9518662.zip |
Addressbook support for the contact composer
Diffstat (limited to 'views/people/qml/People.qml')
-rw-r--r-- | views/people/qml/People.qml | 3 |
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) |