mirror of https://github.com/morpheus65535/bazarr
Try to fix the unresponsive issue when notifications are showed
This commit is contained in:
parent
c750fa45c8
commit
c7b4292100
|
@ -126,7 +126,7 @@ class TaskDispatcher {
|
|||
} else {
|
||||
showNotification(notification.progress.pending(item.id, item.header));
|
||||
this.progress[item.id] = item;
|
||||
this.updateProgress(items);
|
||||
setTimeout(() => this.updateProgress(items), 1000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue