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:
parent
f75189f374
commit
a465303fff
7 changed files with 116 additions and 38 deletions
|
@ -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
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue