mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Add fakeAlphaChannel to options page.
This commit is contained in:
parent
fba0c01130
commit
bdbdf1d04a
1 changed files with 10 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue