1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-21 13:09:35 +01:00

Added getUpscaleResolution

This commit is contained in:
Feenix 2023-06-03 06:19:50 +05:30
parent e729a2bea7
commit 72d2c6d72d

View File

@ -227,8 +227,7 @@ function LeftPaneImageSteps({
</span>{" "} </span>{" "}
to{" "} to{" "}
<span className="font-bold"> <span className="font-bold">
{doubleUpscayl ? dimensions.width * 16 : dimensions.width * 4}x {getUpscaleResolution().width}x{getUpscaleResolution().height}
{doubleUpscayl ? dimensions.height * 16 : dimensions.height * 4}
</span> </span>
</p> </p>
)} )}