Removed custom options code for audio

This commit is contained in:
Ajay Ramachandran 2020-04-04 22:25:10 -04:00
parent 09f53c80f0
commit a5e9ceda60

View file

@ -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;
}
});