mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
Add aria-label to player settings button. For #1826
This commit is contained in:
parent
24f6bb1ea5
commit
e6be36af31
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ export function createVideoSettingsMenuButton(player, videojs, qualities, latenc
|
|||
}
|
||||
|
||||
const menuButton = new MenuButton();
|
||||
menuButton.el().setAttribute('aria-label', 'Settings');
|
||||
|
||||
// If none of the settings in this menu are applicable then don't show it.
|
||||
const tech = player.tech({ IWillNotUseThisInPlugins: true });
|
||||
|
|
Loading…
Reference in a new issue