Use toast on reconnection message (#530)

This commit is contained in:
Chenlei Hu
2024-08-19 10:18:09 -04:00
committed by GitHub
parent 727992048e
commit f9adaadc7d
3 changed files with 28 additions and 8 deletions

View File

@@ -1598,14 +1598,6 @@ export class ComfyApp {
}
)
api.addEventListener('reconnecting', () => {
this.ui.dialog.show('Reconnecting...')
})
api.addEventListener('reconnected', () => {
this.ui.dialog.close()
})
api.addEventListener('progress', ({ detail }) => {
if (
this.workflowManager.activePrompt?.workflow &&