fix: skip update check doesn't work properly
fix: layout improve: raise thread count 4 -> 8 for update check
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user