diff --git a/containers/libreportal/frontend/components/admin/system/js/system-storage-page.js b/containers/libreportal/frontend/components/admin/system/js/system-storage-page.js index b891a20..92d2ddb 100644 --- a/containers/libreportal/frontend/components/admin/system/js/system-storage-page.js +++ b/containers/libreportal/frontend/components/admin/system/js/system-storage-page.js @@ -123,8 +123,10 @@ class SystemStoragePage { if (!window.tasksManager?.router?.routeAction) { throw new Error('Task system not ready'); } + // routeAction → executeTask already shows the rich "Reclaim + // Space task started!" toast (and a completion toast lands when + // it finishes), so no extra info notification here. await window.tasksManager.router.routeAction('system_reclaim'); - window.notificationSystem?.show?.('Reclaiming space…', 'info'); // The prune runs in the background task processor; re-read // usage a couple of times so the numbers settle without a // manual refresh.