Open contacts view on click unread notification

This commit is contained in:
Angela Mazzurco 2017-07-31 16:52:03 +02:00
parent 93d778a577
commit c86b7c79ae
3 changed files with 18 additions and 3 deletions

View file

@ -46,7 +46,8 @@ QtObject
qsTr("%1 Unread %2 from %3")
.arg(json.data[0].unread_count)
.arg(json.data[0].unread_count > 1 ? "messages" : "message")
.arg(json.data[0].remote_author_name)
.arg(json.data[0].remote_author_name),
qsTr("/contacts")
)
}
}