1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 20:16:33 +02:00

askOnly once extended

API-types can now be combined in "askOnlyOnce".
Needed new storage version -> added settings migration
This commit is contained in:
kkapsner 2017-11-10 23:45:09 +01:00
parent f75189f374
commit a465303fff
7 changed files with 116 additions and 38 deletions

View file

@ -74,7 +74,8 @@
},
{
name: "askOnlyOnce",
defaultValue: true
defaultValue: "individual",
options: ["no", "individual", "combined"]
},
{
name: "askDenyMode",
@ -123,7 +124,8 @@
},
{
name: "storageVersion",
defaultValue: 0.1
defaultValue: 0.2,
fixed: true
}
];