mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Fix conditional for switch ComfyUI.
This commit is contained in:
parent
3c45f8dc91
commit
829784fa50
@ -829,7 +829,7 @@ class ManagerMenuDialog extends ComfyDialog {
|
||||
type: "button",
|
||||
textContent: "Switch ComfyUI",
|
||||
style: {
|
||||
display: !isElectron ? 'none' : 'block'
|
||||
display: isElectron ? 'none' : 'block'
|
||||
},
|
||||
onclick:
|
||||
() => switchComfyUI()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user