From 605c6f95f1548b799100329d9b19e6f340e0b43e Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:16:40 +1000 Subject: icons: add gimp sub --- utils/Icons.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/Icons.qml b/utils/Icons.qml index 41ecbfa..fde17e3 100644 --- a/utils/Icons.qml +++ b/utils/Icons.qml @@ -102,7 +102,9 @@ Singleton { "395": "snowing" }) - readonly property var desktopEntrySubs: ({}) + readonly property var desktopEntrySubs: ({ + "gimp-3.0": "gimp" + }) readonly property var categoryIcons: ({ WebBrowser: "web", -- cgit v1.2.3-freya