mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix(settings): add missing AI icon
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
c23c49954e
commit
d7dd4f398d
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue