1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Added setting "ignoreFrequentColors"

This commit is contained in:
kkapsner 2017-08-07 21:03:34 +02:00
parent 9da251b14d
commit 1733be23f2
8 changed files with 131 additions and 7 deletions

View file

@ -130,6 +130,15 @@ document.body.appendChild(table);
"rng": ["persistent"]
}
},
{
"name": "ignoreFrequentColors",
"title": "Ignore most frequent colors",
"type": "integer",
"value": 0,
"displayDependencies": {
"blockMode": ["fakeReadout"]
}
},
{
"name": "askOnlyOnce",
"title": "Ask only once",