mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 22:01:05 -05:00
Open own contact details page when click your identity
This commit is contained in:
parent
79f09f14ac
commit
335c1463e6
@ -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…
Reference in New Issue
Block a user