summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-28 18:16:42 +0100
committerJules Laplace <julescarbon@gmail.com>2020-10-28 18:16:42 +0100
commitc6b2d664421f12f8c137adb1b9930a0ba3e79037 (patch)
treeb6d3f2f1223fa5b1e2ceb78a78d07f8e76b9b3d1 /animism-align/frontend/app/views/align/components
parent417ffc21deeb4be5e2644846f2818ec63b4cbaa6 (diff)
unmute disney video
Diffstat (limited to 'animism-align/frontend/app/views/align/components')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
index 45b538b..70d42f2 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.video.js
@@ -48,6 +48,12 @@ export const AnnotationFormVideo = ({ annotation, media, handleSettingsSelect, h
checked={annotation.settings.loop}
onChange={handleSettingsSelect}
/>
+ <Checkbox
+ label="Unmute"
+ name="unmuted"
+ checked={annotation.settings.unmuted}
+ onChange={handleSettingsSelect}
+ />
{annotation.settings.inline && (
<Checkbox
label="Show poster image"