Fixed typo in instagram settings tab

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

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