mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-01-26 19:09:52 +00:00
[chore] Update electron-types to 0.4.9 (#2276)
This commit is contained in:
@@ -58,10 +58,12 @@ const mockElectronAPI: Plugin = {
|
||||
Config: {
|
||||
setWindowStyle: () => {},
|
||||
getWindowStyle: () => Promise.resolve('default'),
|
||||
getDetectedGpu: () => Promise.resolve('nvidia')
|
||||
},
|
||||
Events: {
|
||||
trackEvent: (event_name, event_data) => {
|
||||
console.log('trackEvent', event_name, event_data)
|
||||
},
|
||||
getDetectedGpu: () => Promise.resolve('nvidia')
|
||||
}
|
||||
}
|
||||
};`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user