From 0f72478a2e964a23faa9c640b1521f8cae72b3d9 Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 9 Jun 2026 04:57:54 +0200 Subject: [PATCH] fix(ui): remove batch summary modal at end of upload --- renderer/app.js | 1 - renderer/index.html | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/renderer/app.js b/renderer/app.js index 562c345..cc3166d 100644 --- a/renderer/app.js +++ b/renderer/app.js @@ -2108,7 +2108,6 @@ function handleBatchDone(summary) { lastUploadStats = { state: 'idle', globalSpeedKbs: 0, totalBytes: lastUploadStats.totalBytes, elapsed: lastUploadStats.elapsed, activeJobs: 0 }; updateStatusBar(); - _maybeShowBatchSummary(summary); _refreshSessionFailedSnapshot(); } diff --git a/renderer/index.html b/renderer/index.html index 7805fd1..3f9e568 100644 --- a/renderer/index.html +++ b/renderer/index.html @@ -342,22 +342,6 @@ - -