mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Feature/4393 poll with visible participant p1
This commit is contained in:
committed by
JanNiklas Grabowski
parent
b76b4e0803
commit
902b529245
@@ -34,6 +34,11 @@ struct PollEditForm: View {
|
||||
VStack(alignment: .leading, spacing: 32.0) {
|
||||
PollEditFormTypePicker(selectedType: $viewModel.type)
|
||||
|
||||
// bwi (#4483) Adds a boolean shoparticpants to the view models, the event and the view
|
||||
if BWIBuildSettings.shared.bwiPollShowParticipantsToggle {
|
||||
PollEditFormParticipationToggle(showParticipants: $viewModel.showParticipants)
|
||||
}
|
||||
|
||||
VStack(alignment: .leading, spacing: 16.0) {
|
||||
Text(VectorL10n.pollEditFormPollQuestionOrTopic)
|
||||
.font(theme.fonts.title3SB)
|
||||
|
||||
Reference in New Issue
Block a user