Feature/3124 release preparation

This commit is contained in:
Frank Rotermund
2022-06-08 13:04:21 +00:00
parent c802e166cf
commit 7a88addbd7
15 changed files with 184 additions and 22 deletions
@@ -28,7 +28,9 @@ struct PollEditFormTypePicker: View {
.font(theme.fonts.title3SB)
.foregroundColor(theme.colors.primaryContent)
PollEditFormTypeButton(type: .disclosed, selectedType: $selectedType)
PollEditFormTypeButton(type: .undisclosed, selectedType: $selectedType)
if BwiBuildSettings.bwiShowClosedPolls {
PollEditFormTypeButton(type: .undisclosed, selectedType: $selectedType)
}
}
}
}