fix(onboarding): drop finish footer line
parent
31fb4f7c8b
commit
0d45c78917
|
|
@ -482,11 +482,6 @@ struct OnboardingView: View {
|
||||||
AppStateStore.updateLaunchAtLogin(enabled: newValue)
|
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)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue