diff --git a/retroshare-qml-app/src/ContactDetails.qml b/retroshare-qml-app/src/ContactDetails.qml index 8a401cfc1..3079e0e08 100644 --- a/retroshare-qml-app/src/ContactDetails.qml +++ b/retroshare-qml-app/src/ContactDetails.qml @@ -40,7 +40,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 diff --git a/retroshare-qml-app/src/icons/chat-bubble.svg b/retroshare-qml-app/src/icons/chat-bubble.svg new file mode 100644 index 000000000..3e2d2800f --- /dev/null +++ b/retroshare-qml-app/src/icons/chat-bubble.svg @@ -0,0 +1,108 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/retroshare-qml-app/src/qml.qrc b/retroshare-qml-app/src/qml.qrc index bb8c5d51e..7ed0fe5d7 100644 --- a/retroshare-qml-app/src/qml.qrc +++ b/retroshare-qml-app/src/qml.qrc @@ -62,5 +62,6 @@ icons/leave.svg icons/paste.svg icons/share.svg + icons/chat-bubble.svg