mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
Added fixed indices setting.
This commit is contained in:
parent
a41eba1dff
commit
c13a6f88b3
4 changed files with 76 additions and 0 deletions
|
@ -177,6 +177,16 @@
|
|||
defaultValue: "low",
|
||||
options: ["minimal", "low", "medium", "high", "maximal"]
|
||||
},
|
||||
{
|
||||
name: "audioUseFixedIndices",
|
||||
defaultValue: true
|
||||
},
|
||||
{
|
||||
name: "audioFixedIndices",
|
||||
defaultValue: function(){
|
||||
return Math.floor(Math.random() * 30).toString(10);
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "displayAdvancedSettings",
|
||||
defaultValue: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue