diff --git a/resources/qml/Reactions.qml b/resources/qml/Reactions.qml index 5b994145..389b6705 100644 --- a/resources/qml/Reactions.qml +++ b/resources/qml/Reactions.qml @@ -58,6 +58,7 @@ Flow { anchors.baseline: reactionCounter.baseline color: (reaction.hovered || modelData.selfReactedEvent !== '') ? palette.highlightedText : palette.text font.family: Settings.emojiFont + textFormat: TextEdit.RichText maximumLineCount: 1 text: { // When an emoji font is selected that doesn't have …, it is dropped from elidedText. So we add it back.