1
0
Fork 0
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:
kkapsner 2018-06-21 00:19:49 +02:00
parent a41eba1dff
commit c13a6f88b3
4 changed files with 76 additions and 0 deletions

View file

@ -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