From d03d74fb159eaa9ffc25094bfa1a280c23610e7f Mon Sep 17 00:00:00 2001 From: kijai Date: Mon, 11 Dec 2023 14:27:19 +0200 Subject: [PATCH] Update contextmenu.js --- web/js/contextmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/contextmenu.js b/web/js/contextmenu.js index 598e0db..f959e75 100644 --- a/web/js/contextmenu.js +++ b/web/js/contextmenu.js @@ -117,7 +117,7 @@ app.registerExtension({ app.ui.settings.addSetting({ id: "KJNodes.nodeAutoColor", name: "Automatically set node colors", - defaultValue: false, + defaultValue: true, type: "boolean", options: (value) => [ { value: true, text: "On", selected: value === true },