From ca333918a63aa482720e6cff2c96265bbeedfd43 Mon Sep 17 00:00:00 2001 From: Robin Kutesa Date: Wed, 20 May 2026 20:12:51 +0300 Subject: [PATCH] =?UTF-8?q?Remove=20destinationRow=20from=20backup=20page?= =?UTF-8?q?=20=E2=80=94=20not=20in=20HTML=20prototype?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Kutesir Co-Authored-By: Sentry --- Features/Backup/BackupView.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index 77c2926..ed82b45 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -779,9 +779,6 @@ struct BackupView: View { Spacer(minLength: 16).frame(maxHeight: 32) nasStatusRow .padding(.horizontal, AppTheme.hPad) - .padding(.bottom, 12) - destinationRow - .padding(.horizontal, AppTheme.hPad) Spacer(minLength: 8).frame(maxHeight: 20) }