fix: Restrict double click action to the title area.

https://github.com/ltdrdata/ComfyUI-Manager/issues/370
This commit is contained in:
Dr.Lt.Data
2024-01-28 14:31:14 +09:00
parent 048f44f105
commit b1f613e649
3 changed files with 4 additions and 4 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, 5]
version = [2, 5, 1]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")