mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 14:54:37 +00:00
[Electron] Add electron-specific setup page (#1444)
* Add dummy server start view * Do external nav * nit * nit * nit * nit
This commit is contained in:
3
src/utils/envUtil.ts
Normal file
3
src/utils/envUtil.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function isElectron() {
|
||||
return 'electronAPI' in window && window['electronAPI'] !== undefined
|
||||
}
|
||||
Reference in New Issue
Block a user