Remove DONE button from cleanup page

Co-Authored-By: Kutesir <kutesir@provoc.ug>
Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
Robin Kutesa
2026-05-21 14:52:09 +03:00
parent 7a03afaea1
commit c33bf08b5e

View File

@@ -914,12 +914,6 @@ struct BackupView: View {
.padding(.horizontal, AppTheme.hPad) .padding(.horizontal, AppTheme.hPad)
.padding(.bottom, 24) .padding(.bottom, 24)
Spacer(minLength: 16).frame(maxHeight: 40)
Button { withAnimation { ringPage = 0 } } label: { Text("DONE") }
.buttonStyle(GhostButtonStyle())
.frame(width: 120)
.padding(.bottom, 8)
} }
// MARK: Page indicator // MARK: Page indicator