Fixed typo in instagram settings tab #298
This commit is contained in:
parent
bab3f02a36
commit
12d484ae6c
@ -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,
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user