1
0
Fork 0
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:
kkapsner 2017-08-08 18:08:18 +02:00
parent f853071d19
commit 48dc965f7c
6 changed files with 41 additions and 1 deletions

View file

@ -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",