mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 09:14:58 +03: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:
@@ -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') },
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user