mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 03:36:07 +03:00
Removed custom options code for audio
This commit is contained in:
@@ -65,10 +65,6 @@ async function init() {
|
|||||||
showNoticeSwitch.checked = true;
|
showNoticeSwitch.checked = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
|
||||||
case "audioNotificationOnSkip":
|
|
||||||
let audioNotificationOnSkip = <HTMLInputElement> document.querySelector("[sync-option='audioNotificationOnSkip'] > label > label > input");
|
|
||||||
audioNotificationOnSkip.checked = Config.config[option];
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user