mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-28 17:09:34 -05:00
Fix ion url from top button when identity is not yours
This commit is contained in:
parent
6d6c54d129
commit
040a358d69
@ -41,7 +41,7 @@ Item
|
|||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
|
|
||||||
buttonTextPixelSize: 14
|
buttonTextPixelSize: 14
|
||||||
iconUrl: "/icons/attach-image.svg"
|
iconUrl: (isOwn)? "/icons/attach-image.svg": "/icons/chat-bubble.svg"
|
||||||
borderRadius: 0
|
borderRadius: 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user