fix notifications

This commit is contained in:
Vladimir Mandic
2024-05-02 13:08:16 -04:00
parent 6cd884acb6
commit eecbcd1c30
6 changed files with 11 additions and 8 deletions
+1
View File
@@ -109,6 +109,7 @@ function requestProgress(id_task, progressEl, galleryEl, atEnd = null, onProgres
setProgress();
if (parentGallery && livePreview) parentGallery.removeChild(livePreview);
checkPaused(true);
sendNotification();
if (atEnd) atEnd();
};