mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-16 16:37:18 +03:00
Removed custom options code for audio
This commit is contained in:
@@ -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;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user