From 30f274bf48419d98f646211df30fe9e074a28a66 Mon Sep 17 00:00:00 2001 From: missionfloyd Date: Tue, 4 Apr 2023 21:53:02 -0600 Subject: [PATCH] Make the default true --- web/scripts/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/scripts/ui.js b/web/scripts/ui.js index 3f6308f2..91821fac 100644 --- a/web/scripts/ui.js +++ b/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) {