hopefully fix issue where voting is filled in with missing when its time to vote
This commit is contained in:
@@ -33,6 +33,7 @@ struct SettingsView: View {
|
||||
showOnboardingButton
|
||||
whyBackgroundMode
|
||||
specialThanksCell
|
||||
|
||||
}
|
||||
|
||||
Group {
|
||||
@@ -44,6 +45,9 @@ struct SettingsView: View {
|
||||
}
|
||||
}
|
||||
Spacer()
|
||||
|
||||
Text("\(Bundle.main.appName) v \(Bundle.main.versionNumber) (Build \(Bundle.main.buildNumber))")
|
||||
.font(.body)
|
||||
}
|
||||
.padding()
|
||||
}.sheet(isPresented: $showOnboarding) {
|
||||
|
||||
Reference in New Issue
Block a user