From d7dd4f398d7884959afe2e67d97df4c200e362f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Mon, 11 Aug 2025 15:39:53 +0200 Subject: [PATCH] fix(settings): add missing AI icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- apps/settings/src/constants/AppstoreCategoryIcons.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/settings/src/constants/AppstoreCategoryIcons.ts b/apps/settings/src/constants/AppstoreCategoryIcons.ts index 7e7e00df9b0..27a184a2ae6 100644 --- a/apps/settings/src/constants/AppstoreCategoryIcons.ts +++ b/apps/settings/src/constants/AppstoreCategoryIcons.ts @@ -11,6 +11,7 @@ import { mdiClose, mdiCog, mdiControllerClassic, + mdiCreation, mdiDownload, mdiFileDocumentEdit, mdiFolder, @@ -43,6 +44,7 @@ export default Object.freeze({ updates: mdiDownload, // generic categories + ai: mdiCreation, auth: mdiKey, customization: mdiCog, dashboard: mdiViewColumn,