Skip to content

Commit

Permalink
Make the default true
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd authored Apr 5, 2023
1 parent a126e2c commit 30f274b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/scripts/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 30f274b

Please sign in to comment.