mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-26 07:16:11 -05:00
Merge branch 'qml_app_ui_improvements' into qml_app_development
This commit is contained in:
commit
3530353678
@ -50,7 +50,14 @@ Item
|
||||
console.log("GxsIntentityDelegate onclicked:", model.name,
|
||||
model.gxs_id)
|
||||
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
|
||||
{
|
||||
startDistantChat()
|
||||
|
Loading…
x
Reference in New Issue
Block a user