mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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,
|
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