mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-15 14:09:36 +02:00
Added setting for canvas cache.
This commit is contained in:
parent
f853071d19
commit
48dc965f7c
6 changed files with 41 additions and 1 deletions
|
@ -139,6 +139,15 @@ document.body.appendChild(table);
|
|||
"blockMode": ["fakeReadout"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "useCanvasCache",
|
||||
"title": "Use canvas cache",
|
||||
"type": "bool",
|
||||
"value": true,
|
||||
"displayDependencies": {
|
||||
"blockMode": ["fakeReadout"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "askOnlyOnce",
|
||||
"title": "Ask only once",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue