From 346d3119098944c5eb4c5b58565fdb0d5ceac626 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 11 Feb 2026 19:13:22 -0500 Subject: [PATCH] =?UTF-8?q?Replace=20=F0=9F=91=80=20with=20=E2=9D=A4?= =?UTF-8?q?=EF=B8=8F=20in=20the=20quick=20reactions=20bar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I personally use this emoji more than the other, and have seen it more in the wild too. --- src/timeline/DelegateContextMenu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timeline/DelegateContextMenu.qml b/src/timeline/DelegateContextMenu.qml index 66b51fd1a..2e4f3d1f2 100644 --- a/src/timeline/DelegateContextMenu.qml +++ b/src/timeline/DelegateContextMenu.qml @@ -105,7 +105,7 @@ KirigamiComponents.ConvergentContextMenu { Layout.fillWidth: true Layout.preferredHeight: Kirigami.Units.gridUnit * 2.5 Repeater { - model: ["👍", "👎️", "😄", "🎉", "👀", "⋮"] + model: ["👍", "👎️", "😄", "🎉", "❤️", "⋮"] delegate: Delegates.RoundedItemDelegate { id: emojiDelegate