diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-19 06:51:51 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-01-19 06:51:51 +0100 |
commit | c98231bac1c960a63c852730a618feec15dfe499 (patch) | |
tree | 73f2e91c8b92222942cafdc2cde0cae685bfdad9 /resources/qml/MessageView.qml | |
parent | Fix html in sidebar again (diff) | |
download | nheko-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.qml | 2 |
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") |