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