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:
parent
0cce7ebf25
commit
9a4a320cfb
1 changed files with 1 additions and 1 deletions
|
@ -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') },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue