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

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.');

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "comfyui-manager"
license = { text = "GPL-3.0-only" }
version = "4.0.0-beta.10"
version = "4.0.0-beta.11"
requires-python = ">= 3.9"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
readme = "README.md"