diff --git a/src/components/dialogs/OpenImage.tsx b/src/components/dialogs/OpenImage.tsx index aa0a36d..136784b 100644 --- a/src/components/dialogs/OpenImage.tsx +++ b/src/components/dialogs/OpenImage.tsx @@ -111,15 +111,18 @@ function OpenImage({ close }: DialogProps) { - + {imageDimensions.height > 384 && ( -
+
The height is above 384 blocks!
)} - + diff --git a/src/components/dialogs/SaveLitematic.tsx b/src/components/dialogs/SaveLitematic.tsx index 75dcac4..cbb5301 100644 --- a/src/components/dialogs/SaveLitematic.tsx +++ b/src/components/dialogs/SaveLitematic.tsx @@ -138,6 +138,9 @@ function SaveLitematic({ close }: DialogProps) {
+