mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
Merge branch 'qml_app_ui_improvements' into qml_app_development
This commit is contained in:
commit
3530353678
1 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue