Remove destinationRow from backup page — not in HTML prototype

Co-Authored-By: Kutesir <kutesir@provoc.ug>
Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
Robin Kutesa
2026-05-20 20:12:51 +03:00
parent 92541b8d7e
commit ca333918a6

View File

@@ -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)
}