Fix ion url from top button when identity is not yours

This commit is contained in:
Angela Mazzurco 2017-07-24 16:45:02 +02:00
parent 6d6c54d129
commit 040a358d69

View File

@ -41,7 +41,7 @@ Item
anchors.horizontalCenter: parent.horizontalCenter
buttonTextPixelSize: 14
iconUrl: "/icons/attach-image.svg"
iconUrl: (isOwn)? "/icons/attach-image.svg": "/icons/chat-bubble.svg"
borderRadius: 0