mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-23 15:59:47 +00:00
[chore] Update electron-types to 0.4.9 (#2276)
This commit is contained in:
@@ -140,7 +140,7 @@ const highestStep = ref(0)
|
||||
const handleStepChange = (value: string | number) => {
|
||||
setHighestStep(value)
|
||||
|
||||
electronAPI().Config.trackEvent('install_stepper_change', {
|
||||
electronAPI().Events.trackEvent('install_stepper_change', {
|
||||
step: value
|
||||
})
|
||||
}
|
||||
@@ -179,7 +179,7 @@ onMounted(async () => {
|
||||
device.value = detectedGpu
|
||||
}
|
||||
|
||||
electronAPI().Config.trackEvent('install_stepper_change', {
|
||||
electronAPI().Events.trackEvent('install_stepper_change', {
|
||||
step: '0',
|
||||
gpu: detectedGpu
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user