diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-20 09:59:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-20 09:59:53 +0200 |
commit | 60f013e1031871b7e0913c724f0bd2e569721c8e (patch) | |
tree | 9a138d17223292d02ac25ec36392aef30d203d3c /client/src/app/shared/shared-share-modal/video-share.component.html | |
parent | a871d2a27324defde9a9ee6a998907886715f18e (diff) | |
download | PeerTube-60f013e1031871b7e0913c724f0bd2e569721c8e.tar.gz PeerTube-60f013e1031871b7e0913c724f0bd2e569721c8e.tar.zst PeerTube-60f013e1031871b7e0913c724f0bd2e569721c8e.zip |
Add control bar option for peertube player
Diffstat (limited to 'client/src/app/shared/shared-share-modal/video-share.component.html')
-rw-r--r-- | client/src/app/shared/shared-share-modal/video-share.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.html b/client/src/app/shared/shared-share-modal/video-share.component.html index 7ff62e128..67ca56516 100644 --- a/client/src/app/shared/shared-share-modal/video-share.component.html +++ b/client/src/app/shared/shared-share-modal/video-share.component.html | |||
@@ -250,8 +250,8 @@ | |||
250 | 250 | ||
251 | <div class="form-group"> | 251 | <div class="form-group"> |
252 | <my-peertube-checkbox | 252 | <my-peertube-checkbox |
253 | inputName="controls" [(ngModel)]="customizations.controls" | 253 | inputName="controlBar" [(ngModel)]="customizations.controlBar" |
254 | i18n-labelText labelText="Display player controls" | 254 | i18n-labelText labelText="Display player control bar" |
255 | ></my-peertube-checkbox> | 255 | ></my-peertube-checkbox> |
256 | </div> | 256 | </div> |
257 | 257 | ||