diff --git a/src/components/dialogs/OpenImage.tsx b/src/components/dialogs/OpenImage.tsx index 06ba9bd..0b2de31 100644 --- a/src/components/dialogs/OpenImage.tsx +++ b/src/components/dialogs/OpenImage.tsx @@ -208,10 +208,10 @@ function OpenImage({ close }: DialogProps) { - {imageDimensions.height > 384 && ( + {imageDimensions.height > (version >= 1180 ? 384 : 256) && (
- The height is above 384 blocks! + The height is above {version >= 1180 ? 384 : 256} blocks!
)}