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

Added minimal fake size and respected the fake sizes in all fakeable functions.

This commit is contained in:
kkapsner 2017-07-18 16:11:12 +02:00
parent 0d7e8bdd8b
commit 5575c50a03
6 changed files with 118 additions and 45 deletions

View file

@ -69,6 +69,15 @@ document.body.appendChild(table);
"blockMode": ["blockReadout", "fakeReadout", "fakeInput", "askReadout", "ask", "allow"]
}
},
{
"name": "minFakeSize",
"title": "Minimal fake size",
"type": "integer",
"value": 1,
"displayDependencies": {
"blockMode": ["fakeReadout", "fakeInput"]
}
},
{
"name": "maxFakeSize",
"title": "Maximal fake size",