Update contextmenu.js

This commit is contained in:
kijai 2023-12-11 14:27:19 +02:00
parent f6354e7850
commit d03d74fb15

View File

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