mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-13 17:10:06 +00:00
[Desktop] Report execution complete events (#2306)
This commit is contained in:
@@ -94,6 +94,9 @@ if (isElectron()) {
|
|||||||
`execution:${task.displayStatus.toLowerCase()}`,
|
`execution:${task.displayStatus.toLowerCase()}`,
|
||||||
1
|
1
|
||||||
)
|
)
|
||||||
|
electronAPI().Events.trackEvent('execution', {
|
||||||
|
status: task.displayStatus.toLowerCase()
|
||||||
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
{ deep: true }
|
{ deep: true }
|
||||||
|
|||||||
Reference in New Issue
Block a user