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