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 ? (