From bd34f95ec2cb5bcbfa31ca4e77f703d100e4bf32 Mon Sep 17 00:00:00 2001 From: Linrador <68631622+Linrador@users.noreply.github.com> Date: Fri, 29 May 2026 16:18:42 +0200 Subject: [PATCH] updated --- frontend/src/App.tsx | 10 ++++++---- frontend/src/components/ui/FinishedDownloads.tsx | 8 ++++---- .../src/components/ui/FinishedDownloadsTableView.tsx | 1 + 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 64d5374..f4f58b9 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -4021,10 +4021,12 @@ export default function App() {
{selectedTab === 'running' ? ( diff --git a/frontend/src/components/ui/FinishedDownloads.tsx b/frontend/src/components/ui/FinishedDownloads.tsx index b1f9b4e..989c575 100644 --- a/frontend/src/components/ui/FinishedDownloads.tsx +++ b/frontend/src/components/ui/FinishedDownloads.tsx @@ -4723,9 +4723,9 @@ export default function FinishedDownloads({ // ----------------------------------------------------------------------------- return ( <> -
- {/* Toolbar links außerhalb des Tabellen-Containers */} -