Merge branch 'seedControls' into fizzle296

This commit is contained in:
flyingshutter 2023-04-01 01:16:33 +02:00 committed by GitHub
commit adb0ea4af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -832,6 +832,7 @@ class ComfyApp {
if (widget.value == true) { if (widget.value == true) {
widget.value = "randomize"; widget.value = "randomize";
} }
} }
} }
} }