fix: invalid double-click policy

This commit is contained in:
Dr.Lt.Data
2024-01-27 12:53:49 +09:00
parent f1270db397
commit 33dc3a8a30
4 changed files with 11 additions and 12 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, 4, 1]
version = [2, 4, 2]
version_str = f"V{version[0]}.{version[1]}" + (f'.{version[2]}' if len(version) > 2 else '')
print(f"### Loading: ComfyUI-Manager ({version_str})")