mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
WebExtension: added embedded WebExtension to store the preferences for the transition
This commit is contained in:
parent
a9c7d97708
commit
a6e1b05045
6 changed files with 63 additions and 4 deletions
|
@ -15,6 +15,8 @@
|
|||
const preferences = require("sdk/simple-prefs");
|
||||
const prefs = preferences.prefs;
|
||||
|
||||
require("./webExtension");
|
||||
|
||||
const notificationPref = {
|
||||
doShow: function(){
|
||||
return prefs.showNotifications;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue