mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-13 14:54:39 +08:00
Update contextmenu.js
This commit is contained in:
parent
f6354e7850
commit
d03d74fb15
@ -117,7 +117,7 @@ app.registerExtension({
|
|||||||
app.ui.settings.addSetting({
|
app.ui.settings.addSetting({
|
||||||
id: "KJNodes.nodeAutoColor",
|
id: "KJNodes.nodeAutoColor",
|
||||||
name: "Automatically set node colors",
|
name: "Automatically set node colors",
|
||||||
defaultValue: false,
|
defaultValue: true,
|
||||||
type: "boolean",
|
type: "boolean",
|
||||||
options: (value) => [
|
options: (value) => [
|
||||||
{ value: true, text: "On", selected: value === true },
|
{ value: true, text: "On", selected: value === true },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user