mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
VC/Vidyo: Fix switch widget showing confirm prompts
This commit is contained in:
parent
30dba50693
commit
abe7ea7ce1
@ -54,7 +54,7 @@ class VCRoomForm(VCRoomFormBase, VidyoAdvancedFormMixin):
|
||||
description=_('Used to protect the access to the VC Room (leave blank for open '
|
||||
'access). Only digits allowed.'))
|
||||
auto_mute = BooleanField(_('Auto mute'),
|
||||
widget=SwitchWidget(_('On'), _('Off')),
|
||||
widget=SwitchWidget(),
|
||||
description=_('The VidyoDesktop clients will join the VC room muted by default '
|
||||
'(audio and video)'))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user