Set avatar picker only on owned identity

This commit is contained in:
Angela Mazzurco 2017-07-12 15:43:39 +02:00
parent 7698e74387
commit e268fe0145

View File

@ -27,10 +27,12 @@ Item
id: cntDt
property var md
property bool is_contact: cntDt.md.is_contact
property bool isOwn: cntDt.md.own
Button
{
text: "Open f d "
visible: isOwn
onClicked:
{
fileChooser.open()