summary refs log tree commit diff
path: root/resources/qml/MessageView.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-01-19 06:51:51 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-01-19 06:51:51 +0100
commitc98231bac1c960a63c852730a618feec15dfe499 (patch)
tree73f2e91c8b92222942cafdc2cde0cae685bfdad9 /resources/qml/MessageView.qml
parentFix html in sidebar again (diff)
downloadnheko-c98231bac1c960a63c852730a618feec15dfe499.tar.xz
Make it more obvious that the add reaction button is not an emoji
fixes #1301
Diffstat (limited to 'resources/qml/MessageView.qml')
-rw-r--r--resources/qml/MessageView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/MessageView.qml b/resources/qml/MessageView.qml
index ae8eee56..6d5ee404 100644
--- a/resources/qml/MessageView.qml
+++ b/resources/qml/MessageView.qml
@@ -138,7 +138,7 @@ Item {
                     visible: room ? room.permissions.canSend(MtxEvent.Reaction) : false
                     width: 16
                     hoverEnabled: true
-                    image: ":/icons/icons/ui/smile.svg"
+                    image: ":/icons/icons/ui/smile-add.svg"
                     ToolTip.visible: hovered
                     ToolTip.delay: Nheko.tooltipDelay
                     ToolTip.text: qsTr("React")