diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pages/options/widgets/instagram.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/options/widgets/instagram.js b/src/pages/options/widgets/instagram.js index 97b237c3..8bd1a101 100644 --- a/src/pages/options/widgets/instagram.js +++ b/src/pages/options/widgets/instagram.js @@ -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, }) }) |