зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1545340 - Hide Picture-in-Picture toggle on <audio controls/> elements. r=jaws
Depends on D27951 Differential Revision: https://phabricator.services.mozilla.com/D28016 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4854def475
Коммит
fe03ef4cd8
|
@ -270,7 +270,9 @@ this.VideoControlsImplWidget = class {
|
|||
this.setShowPictureInPictureMessage(true);
|
||||
}
|
||||
|
||||
if (!this.pipToggleEnabled || this.isShowingPictureInPictureMessage) {
|
||||
if (!this.pipToggleEnabled ||
|
||||
this.isShowingPictureInPictureMessage ||
|
||||
this.isAudioOnly) {
|
||||
this.pictureInPictureToggleButton.setAttribute("hidden", true);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче