Skip to content

Commit 2dc59a4

Browse files
authored
Set updateable to false in comfyui.json
1 parent 64dbd4e commit 2dc59a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

frontend/public/json/comfyui.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2025-10-26",
88
"type": "ct",
9-
"updateable": true,
9+
"updateable": false,
1010
"privileged": false,
1111
"config_path": "/opt",
1212
"interface_port": 8188,
@@ -39,6 +39,10 @@
3939
{
4040
"text": "Please check that you have installed the drivers for your GPU.",
4141
"type": "info"
42+
},
43+
{
44+
"text": "Application is updated via it's web UI.",
45+
"type": "info"
4246
}
4347
]
4448
}

0 commit comments

Comments
 (0)