Fixed typo in instagram settings tab #298

This commit is contained in:
ManeraKai 2022-06-11 14:18:47 +03:00
parent bab3f02a36
commit 12d484ae6c
No known key found for this signature in database
GPG Key ID: 5ABC31FFD562E337

View File

@ -33,7 +33,7 @@ browser.storage.local.get(
instagram.addEventListener("change", () => { instagram.addEventListener("change", () => {
changeProtocolSettings(); changeProtocolSettings();
browser.storage.local.set({ browser.storage.local.set({
disableInstagram: enable.checked, disableInstagram: !enable.checked,
instagramProtocol: protocol.value, instagramProtocol: protocol.value,
}) })
}) })