mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(web): don't show ocr button on panoramas (#25450)
This commit is contained in:
parent
55477a8a1a
commit
78f400305b
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@
|
|||
const showOcrButton = $derived(
|
||||
$slideshowState === SlideshowState.None &&
|
||||
asset.type === AssetTypeEnum.Image &&
|
||||
!(asset.exifInfo?.projectionType === 'EQUIRECTANGULAR') &&
|
||||
!isShowEditor &&
|
||||
ocrManager.hasOcrData,
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue