From 17e78623072f7cb962f3421dd57c6844561c4e0b Mon Sep 17 00:00:00 2001 From: Sucukdeluxe Date: Thu, 5 Mar 2026 16:31:44 +0100 Subject: [PATCH] Fix footer showing configured accounts instead of active download hosters Co-Authored-By: Claude Opus 4.6 --- src/renderer/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/App.tsx b/src/renderer/App.tsx index 605e873..b739ed5 100644 --- a/src/renderer/App.tsx +++ b/src/renderer/App.tsx @@ -2983,7 +2983,7 @@ export function App(): ReactElement { Links: {Object.keys(snapshot.session.items).length} Session: {humanSize(snapshot.stats.totalDownloaded)} Gesamt: {humanSize(snapshot.stats.totalDownloadedAllTime)} - Hoster: {totalConfiguredAccounts} + Hoster: {providerStats.length > 0 ? providerStats.map(([name]) => name).join(", ") : "–"} {snapshot.speedText} {snapshot.etaText}