From 24ce10006eda8563b74c25a54dea92e966e6d786 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 5 Mar 2025 20:46:56 -0800 Subject: [PATCH] Show Remove Failed option in torrent download clients --- .../EditDownloadClientModalContent.tsx | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.tsx b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.tsx index f7fecc396..4f4fe0923 100644 --- a/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.tsx +++ b/frontend/src/Settings/DownloadClients/DownloadClients/EditDownloadClientModalContent.tsx @@ -67,7 +67,6 @@ function EditDownloadClientModalContent({ implementationName, name, enable, - protocol, priority, removeCompletedDownloads, removeFailedDownloads, @@ -218,19 +217,17 @@ function EditDownloadClientModalContent({ /> - {protocol.value === 'torrent' ? null : ( - - {translate('RemoveFailed')} - - - - )} + + {translate('RemoveFailed')} + + + ) : null}