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 },