From c98231bac1c960a63c852730a618feec15dfe499 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 19 Jan 2023 06:51:51 +0100 Subject: Make it more obvious that the add reaction button is not an emoji fixes #1301 --- resources/qml/MessageView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/qml/MessageView.qml') 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") -- cgit 1.5.1