From 531df7a3b21db4216435b43d29cee117734da0b5 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 21 Dec 2025 11:48:09 -0500 Subject: [PATCH] =?UTF-8?q?Send=20beautiful=20red=20=E2=9D=A4=EF=B8=8F's?= =?UTF-8?q?=20when=20quick=20reacting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I wondered for a while (and could tell) when people were using NeoChat because they would react with cold, monochrome hearts. Let's add more color to our world! --- src/chatbar/EmojiPicker.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatbar/EmojiPicker.qml b/src/chatbar/EmojiPicker.qml index 899674e41..3c89bf941 100644 --- a/src/chatbar/EmojiPicker.qml +++ b/src/chatbar/EmojiPicker.qml @@ -148,7 +148,7 @@ ColumnLayout { id: quickReactions Layout.fillWidth: true - model: ["👍", "👎", "😄", "🎉", "😕", "❤", "🚀", "👀"] + model: ["👍", "👎", "😄", "🎉", "😕", "❤️", "🚀", "👀"] delegate: EmojiDelegate { required property string modelData