fix: skip update check doesn't work properly

fix: layout
improve: raise thread count 4 -> 8 for update check
This commit is contained in:
Dr.Lt.Data
2024-01-06 11:54:27 +09:00
parent 66f86d2b40
commit 10fe8fd42c
8 changed files with 166 additions and 49 deletions

View File

@@ -568,7 +568,7 @@ export class CustomNodesInstaller extends ComfyDialog {
installBtn.style.color = 'white';
break;
default:
installBtn.innerHTML = `Try Install${data.installed}`;
installBtn.innerHTML = `Try Install`;
installBtn.style.backgroundColor = 'Gray';
installBtn.style.color = 'white';
}