fix: badge drawer is overriding node.onDrawForeground

This commit is contained in:
dr.lt.data
2024-01-26 13:31:01 +09:00
parent 62c9c00b20
commit 86ecc194ac
2 changed files with 5 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ except:
print(f"[WARN] ComfyUI-Manager: Your ComfyUI version is outdated. Please update to the latest version.")
version = [2, 3, 1]
version = [2, 3, 2]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")