mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
Added audio cache.
This commit is contained in:
parent
f7a0990a29
commit
4d71d6bc02
7 changed files with 312 additions and 17 deletions
|
@ -328,6 +328,22 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "useAudioCache",
|
||||
"displayDependencies": [
|
||||
{
|
||||
"blockMode": ["fakeReadout", "fakeInput"],
|
||||
"protectAudio": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
},
|
||||
{
|
||||
"blockMode": ["askReadout", "ask", "allow"],
|
||||
"askDenyMode": ["fake"],
|
||||
"protectAudio": [true],
|
||||
"displayAdvancedSettings": [true]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "audioUseFixedIndices",
|
||||
"displayDependencies": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue