diff --git a/js/comfyui-manager.js b/js/comfyui-manager.js index f93f3c90..6d0bfdbc 100644 --- a/js/comfyui-manager.js +++ b/js/comfyui-manager.js @@ -829,7 +829,7 @@ class ManagerMenuDialog extends ComfyDialog { type: "button", textContent: "Switch ComfyUI", style: { - display: !isElectron ? 'none' : 'block' + display: isElectron ? 'none' : 'block' }, onclick: () => switchComfyUI()