From f00b78996a88426e7e4aabe636be4754b44e3baa Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 14 Feb 2026 13:34:38 -0700 Subject: [PATCH] Fix failed thing --- src/app/layout.tsx | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d74adc6..bd269a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -752,26 +752,29 @@ export default function RootLayout ({

{v.failed ? ( - <> -
- - Download failed - - -
- + ) + setDownloadProgress(prev => + prev.filter( + d => d.version !== v.version + ) + ) + }} + title='Click to remove this version from the download queue.' + > + Remove + +
) : v.queued ? (