mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat: image editing (#24155)
This commit is contained in:
@@ -29,6 +29,7 @@ import {
|
||||
mdiLibraryShelves,
|
||||
mdiOcr,
|
||||
mdiPause,
|
||||
mdiPencil,
|
||||
mdiPlay,
|
||||
mdiPlus,
|
||||
mdiStateMachine,
|
||||
@@ -241,6 +242,10 @@ export const asQueueItem = ($t: MessageFormatter, queue: { name: QueueName }): Q
|
||||
icon: mdiStateMachine,
|
||||
title: $t('workflows'),
|
||||
},
|
||||
[QueueName.Editor]: {
|
||||
icon: mdiPencil,
|
||||
title: $t('editor'),
|
||||
},
|
||||
};
|
||||
|
||||
return items[queue.name];
|
||||
|
||||
Reference in New Issue
Block a user