1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-12-22 21:00:23 +01:00

Add fakeAlphaChannel to options page.

This commit is contained in:
kkapsner 2017-08-13 23:30:16 +02:00
parent fba0c01130
commit bdbdf1d04a

View File

@ -151,6 +151,16 @@ document.body.appendChild(table);
"displayAdvancedSettings": [true]
}
},
{
"name": "fakeAlphaChannel",
"title": "Fake the alpha channel",
"type": "bool",
"value": false,
"displayDependencies": {
"blockMode": ["fakeReadout"],
"displayAdvancedSettings": [true]
}
},
{
"name": "useCanvasCache",
"title": "Use canvas cache",