1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 11:18:36 +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>{" "}
to{" "}
<span className="font-bold">
{doubleUpscayl ? dimensions.width * 16 : dimensions.width * 4}x
{doubleUpscayl ? dimensions.height * 16 : dimensions.height * 4}
{getUpscaleResolution().width}x{getUpscaleResolution().height}
</span>
</p>
)}