fix(onboarding): drop finish footer line
This commit is contained in:
@@ -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)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user