mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-21 13:09:35 +01:00
Added getUpscaleResolution
This commit is contained in:
parent
e729a2bea7
commit
72d2c6d72d
@ -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>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user