fix(settings): add missing AI icon

Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
John Molakvoæ 2025-08-11 15:39:53 +02:00 committed by nextcloud-command
parent c23c49954e
commit d7dd4f398d

View file

@ -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,