mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 12:54:26 -04:00
Open own contact details page when click your identity
This commit is contained in:
parent
79f09f14ac
commit
335c1463e6
1 changed files with 8 additions and 1 deletions
|
@ -50,7 +50,14 @@ Item
|
||||||
console.log("GxsIntentityDelegate onclicked:", model.name,
|
console.log("GxsIntentityDelegate onclicked:", model.name,
|
||||||
model.gxs_id)
|
model.gxs_id)
|
||||||
contactsView.searching = false
|
contactsView.searching = false
|
||||||
if(model.own) contactsView.own_gxs_id = model.gxs_id
|
if(model.own)
|
||||||
|
{
|
||||||
|
contactsView.own_gxs_id = model.gxs_id
|
||||||
|
stackView.push(
|
||||||
|
"qrc:/ContactDetails.qml",
|
||||||
|
{md: ChatCache.contactsCache.getContactFromGxsId(model.gxs_id)})
|
||||||
|
|
||||||
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
startDistantChat()
|
startDistantChat()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue