From fb82ff9fa188769f7cf7bb02c1c574201cbe9f85 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 23 Mar 2021 12:33:40 +0100 Subject: disablePictureInPicture={true} --- frontend/app/views/tile/components/tile.form.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'frontend/app/views/tile/components') diff --git a/frontend/app/views/tile/components/tile.form.js b/frontend/app/views/tile/components/tile.form.js index c2a8f79..8f6fe83 100644 --- a/frontend/app/views/tile/components/tile.form.js +++ b/frontend/app/views/tile/components/tile.form.js @@ -601,6 +601,17 @@ class TileForm extends Component { onChange={this.handleSettingsSelect} /> + {!temporaryTile.settings.muted && ( + + )} {temporaryTile.settings.loop && (