Browse Source

Make the default true

pull/403/head
missionfloyd 2 years ago committed by GitHub
parent
commit
30f274bf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web/scripts/ui.js

2
web/scripts/ui.js

@ -120,7 +120,7 @@ function dragElement(dragEl, settings) {
id: "Comfy.ConfirmClear",
name: "Require confirmation when clearing workflow",
type: "boolean",
defaultValue: false,
defaultValue: true,
});
function dragMouseDown(e) {

Loading…
Cancel
Save