mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
MESSENGER-3352 build settings
This commit is contained in:
@@ -27,7 +27,7 @@ struct PollEditFormTypePicker: View {
|
||||
.font(theme.fonts.title3SB)
|
||||
.foregroundColor(theme.colors.primaryContent)
|
||||
PollEditFormTypeButton(type: .disclosed, selectedType: $selectedType)
|
||||
if BwiBuildSettings.bwiShowClosedPolls {
|
||||
if BWIBuildSettings.shared.bwiShowClosedPolls {
|
||||
PollEditFormTypeButton(type: .undisclosed, selectedType: $selectedType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user