mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: update icon for integrity checks queue
Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
@@ -23,6 +23,7 @@ import {
|
|||||||
mdiContentDuplicate,
|
mdiContentDuplicate,
|
||||||
mdiDatabaseOutline,
|
mdiDatabaseOutline,
|
||||||
mdiFaceRecognition,
|
mdiFaceRecognition,
|
||||||
|
mdiFileCheckOutline,
|
||||||
mdiFileJpgBox,
|
mdiFileJpgBox,
|
||||||
mdiFileXmlBox,
|
mdiFileXmlBox,
|
||||||
mdiFolderMove,
|
mdiFolderMove,
|
||||||
@@ -244,7 +245,7 @@ export const asQueueItem = ($t: MessageFormatter, queue: { name: QueueName }): Q
|
|||||||
title: $t('workflows'),
|
title: $t('workflows'),
|
||||||
},
|
},
|
||||||
[QueueName.IntegrityCheck]: {
|
[QueueName.IntegrityCheck]: {
|
||||||
icon: '',
|
icon: mdiFileCheckOutline,
|
||||||
title: $t('integrity_checks'),
|
title: $t('integrity_checks'),
|
||||||
},
|
},
|
||||||
[QueueName.Editor]: {
|
[QueueName.Editor]: {
|
||||||
|
|||||||
Reference in New Issue
Block a user