mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04: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
@ -42,7 +42,7 @@
|
|||||||
{ key: ['s'], action: $t('view') },
|
{ key: ['s'], action: $t('view') },
|
||||||
{ key: ['d'], action: $t('unselect_all_duplicates') },
|
{ key: ['d'], action: $t('unselect_all_duplicates') },
|
||||||
{ key: ['⇧', 'c'], action: $t('resolve_duplicates') },
|
{ key: ['⇧', 'c'], action: $t('resolve_duplicates') },
|
||||||
{ key: ['⇧', 'c'], action: $t('stack_duplicates') },
|
{ key: ['⇧', 's'], action: $t('stack_duplicates') },
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user