Replace 👀 with ❤️ in the quick reactions bar

I personally use this emoji more than the other, and have seen it more
in the wild too.
This commit is contained in:
Joshua Goins
2026-02-11 19:13:22 -05:00
parent cff27ca7db
commit 346d311909

View File

@@ -105,7 +105,7 @@ KirigamiComponents.ConvergentContextMenu {
Layout.fillWidth: true
Layout.preferredHeight: Kirigami.Units.gridUnit * 2.5
Repeater {
model: ["👍", "👎️", "😄", "🎉", "👀", "⋮"]
model: ["👍", "👎️", "😄", "🎉", "❤️", "⋮"]
delegate: Delegates.RoundedItemDelegate {
id: emojiDelegate