modified: remove manager button completely. Now, even when using the legacy UI, it must always be accessed through the menu.

This commit is contained in:
Dr.Lt.Data
2025-07-28 12:24:26 +09:00
parent 9d89497932
commit 1321972aa9
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1514,8 +1514,6 @@ app.registerExtension({
tooltip: "Share"
}).element
);
app.menu?.settingsGroup.element.before(cmGroup.element);
}
catch(exception) {
console.log('ComfyUI is outdated. New style menu based features are disabled.');