diff --git a/src/options.ts b/src/options.ts index 24fd833d..3fd13074 100644 --- a/src/options.ts +++ b/src/options.ts @@ -65,10 +65,6 @@ async function init() { showNoticeSwitch.checked = true; } - break; - case "audioNotificationOnSkip": - let audioNotificationOnSkip = document.querySelector("[sync-option='audioNotificationOnSkip'] > label > label > input"); - audioNotificationOnSkip.checked = Config.config[option]; break; } });