mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
[Desktop] Fix Server-Config panel does not load (#3743)
This commit is contained in:
@@ -132,7 +132,8 @@ export function useSettingUI(
|
|||||||
creditsPanel,
|
creditsPanel,
|
||||||
userPanel,
|
userPanel,
|
||||||
keybindingPanel,
|
keybindingPanel,
|
||||||
extensionPanel
|
extensionPanel,
|
||||||
|
...(isElectron() ? [serverConfigPanel] : [])
|
||||||
].filter((panel) => panel.component)
|
].filter((panel) => panel.component)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user