From e6c173bdf922ebd4195e2ac44e15c58a9ce96db3 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 19 Apr 2026 15:11:29 +0200 Subject: [PATCH] don't show system backup as it's the same page! --- interface/src/components/upload/DragNdrop.tsx | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/interface/src/components/upload/DragNdrop.tsx b/interface/src/components/upload/DragNdrop.tsx index fdcc0cc9d..0305b9492 100644 --- a/interface/src/components/upload/DragNdrop.tsx +++ b/interface/src/components/upload/DragNdrop.tsx @@ -213,19 +213,8 @@ const DragNdrop = ({ text, onFileSelected }: DragNdropProps) => { {upgradeImportantMessageType === 2 && LL.UPGRADE_IMPORTANT_MESSAGES_2()} - {upgradeImportantMessageType === 1 && ( - <> - {LL.UPGRADE_IMPORTANT_MESSAGES_1()} - - - {LL.DOWNLOAD_SYSTEM_BACKUP()} - - - - )}{' '} + {upgradeImportantMessageType === 1 && + LL.UPGRADE_IMPORTANT_MESSAGES_1()}