mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 10:42:44 +00:00
Replace electron API mocks with actual electron API impl (#1535)
* link electron types locally * Update electronAPI calls * Fix source validation * Payload to raw * nit * Update electron types
This commit is contained in:
@@ -77,8 +77,7 @@ const pathError = defineModel<string>('pathError', { required: true })
|
||||
const appData = ref('')
|
||||
const appPath = ref('')
|
||||
|
||||
// TODO: Implement the actual electron API.
|
||||
const electron = electronAPI() as any
|
||||
const electron = electronAPI()
|
||||
|
||||
// Get system paths on component mount
|
||||
onMounted(async () => {
|
||||
|
||||
Reference in New Issue
Block a user