diff --git a/renderer/components/LeftPaneSteps.jsx b/renderer/components/LeftPaneSteps.jsx index f2d726c..f580804 100644 --- a/renderer/components/LeftPaneSteps.jsx +++ b/renderer/components/LeftPaneSteps.jsx @@ -54,16 +54,25 @@ function LeftPaneSteps(props) { { - props.setDoubleUpscayl(e.target.checked); + if (e.target.checked) { + props.setDoubleUpscayl(true); + } else { + props.setDoubleUpscayl(false); + } }} />
{ + props.setDoubleUpscayl(!props.doubleUpscayl); + }} > Double Upscayl
@@ -88,7 +97,7 @@ function LeftPaneSteps(props) { Defaults to Image's path