1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 22:51:59 +00:00

fix(web): Fix same key for delete and stack actions (#12865)

Fix same key for delete and stack actions
This commit is contained in:
Caesiumhydroxid 2024-09-23 17:38:50 +02:00 committed by GitHub
parent 0cce7ebf25
commit 9a4a320cfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,7 +42,7 @@
{ key: ['s'], action: $t('view') },
{ key: ['d'], action: $t('unselect_all_duplicates') },
{ key: ['⇧', 'c'], action: $t('resolve_duplicates') },
{ key: ['⇧', 'c'], action: $t('stack_duplicates') },
{ key: ['⇧', 's'], action: $t('stack_duplicates') },
],
};