mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Open contacts view on click unread notification
This commit is contained in:
parent
93d778a577
commit
c86b7c79ae
3 changed files with 18 additions and 3 deletions
|
@ -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")
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue