mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat(web): add shortcuts to rotate images (#26927)
This commit is contained in:
committed by
GitHub
parent
958f270f0d
commit
448c069fb6
@@ -248,6 +248,7 @@ export const getAssetActions = ($t: MessageFormatter, asset: AssetResponseDto) =
|
||||
!asset.originalPath.toLowerCase().endsWith('.gif') &&
|
||||
!asset.originalPath.toLowerCase().endsWith('.svg'),
|
||||
onAction: () => assetViewerManager.openEditor(),
|
||||
shortcuts: [{ key: 'e' }],
|
||||
};
|
||||
|
||||
const RefreshFacesJob: ActionItem = {
|
||||
|
||||
Reference in New Issue
Block a user