From 81e9419e83701c7eee91de9267c75c96ca1f39f2 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Sun, 23 Nov 2025 20:36:30 +0100 Subject: [PATCH] EmojiPlugin: fix emoji icon --- Modules/Panels/Launcher/Plugins/EmojiPlugin.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Panels/Launcher/Plugins/EmojiPlugin.qml b/Modules/Panels/Launcher/Plugins/EmojiPlugin.qml index 0d6907a9..370b1d58 100644 --- a/Modules/Panels/Launcher/Plugins/EmojiPlugin.qml +++ b/Modules/Panels/Launcher/Plugins/EmojiPlugin.qml @@ -38,7 +38,7 @@ Item { { "name": ">emoji", "description": I18n.tr("plugins.emoji-search-description"), - "icon": "emote", + "icon": "face-smile", "isImage": false, "onActivate": function () { launcher.setSearchText(">emoji ");