Remove unnecessary aria-label

This commit is contained in:
Chocobozzz 2024-12-23 09:39:09 +01:00
parent bf37b94af7
commit 93b353adde
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -44,7 +44,6 @@ class SettingsButton extends Button {
this.panelChild = this.panel.addChild('settingsPanelChild')
this.addClass('vjs-settings')
this.el().setAttribute('aria-label', 'Settings Button')
// Event handlers
this.addSettingsItemHandler = this.onAddSettingsItem.bind(this)