1
0
Fork 0

fix(gui): correct state for face correction button

This commit is contained in:
Sean Sube 2023-01-16 14:07:57 -06:00
parent d1e4fa9cf1
commit 3a3e92abb6
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ export function UpscaleControl(props: UpscaleControlProps) {
/>
<ToggleButton
color='primary'
selected={params.enabled}
disabled={params.enabled === false}
selected={params.faces}
value='check'
onChange={(event) => {
setUpscale({