From 7814dd370596d219a8667a7f42a36ecaa30ded73 Mon Sep 17 00:00:00 2001 From: m5ka Date: Sat, 30 Mar 2024 10:40:34 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=99=82=20re-categorize=20certain?= =?UTF-8?q?=20emoji=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- moku/constants.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/moku/constants.py b/moku/constants.py index 1c69024..b4e2390 100644 --- a/moku/constants.py +++ b/moku/constants.py @@ -71,8 +71,6 @@ EMOJI_CATEGORIES = [ "🥚", "🍳", "🧈", - "🥞", - "🧇", "🥓", "🥩", "🍗", @@ -93,7 +91,6 @@ EMOJI_CATEGORIES = [ "🥘", "🫕", "🥫", - "🫙", "🍝", "🍜", "🍲", @@ -116,6 +113,8 @@ EMOJI_CATEGORIES = [ ( _("sweet treats"), ( + "🥞", + "🧇", "🥠", "🥮", "🍢", @@ -247,6 +246,6 @@ EMOJI_CATEGORIES = [ "🪰", ), ), - (_("tools & things"), ("🥄", "🍴", "🍽️", "🥣", "🥡", "🥢", "🧂", "🔪", "🪓")), + (_("tools & things"), ("🥄", "🍴", "🍽️", "🥣", "🥡", "🥢", "🧂", "🔪", "🪓", "🫙",)), ] """Defines emoji that are available in the emoji picker widget."""