revert: remove the batch completion summary
Remove the dedicated completion toast and failure action after user review while leaving all other update and queue improvements intact.
This commit is contained in:
@@ -430,7 +430,6 @@ class UploadManager extends EventEmitter {
|
||||
succeeded,
|
||||
failed: total - succeeded - skipped,
|
||||
skipped,
|
||||
durationSec: Math.max(0, Math.round((Date.now() - this.startTime) / 1000)),
|
||||
files
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user