fix(onboarding): drop finish footer line

This commit is contained in:
Peter Steinberger
2025-12-13 13:02:03 +00:00
parent 31fb4f7c8b
commit 0d45c78917

View File

@@ -482,11 +482,6 @@ struct OnboardingView: View {
AppStateStore.updateLaunchAtLogin(enabled: newValue)
}
}
Text("Finish to save this version of onboarding. We'll reshow automatically when steps change.")
.font(.footnote)
.foregroundStyle(.secondary)
.multilineTextAlignment(.center)
.frame(maxWidth: 520)
}
}