mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Removed custom options code for audio
This commit is contained in:
parent
09f53c80f0
commit
a5e9ceda60
1 changed files with 0 additions and 4 deletions
|
@ -65,10 +65,6 @@ async function init() {
|
|||
showNoticeSwitch.checked = true;
|
||||
}
|
||||
|
||||
break;
|
||||
case "audioNotificationOnSkip":
|
||||
let audioNotificationOnSkip = <HTMLInputElement> document.querySelector("[sync-option='audioNotificationOnSkip'] > label > label > input");
|
||||
audioNotificationOnSkip.checked = Config.config[option];
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue