Promote default
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"dungeondoorshuffle": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "basic"
|
||||
},
|
||||
"default": "basic",
|
||||
"options": [
|
||||
"vanilla",
|
||||
"basic",
|
||||
@@ -13,9 +11,7 @@
|
||||
"experimental": { "type": "checkbox" },
|
||||
"dungeon_counters": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "default"
|
||||
},
|
||||
"default": "default",
|
||||
"options": [
|
||||
"default",
|
||||
"off",
|
||||
|
||||
@@ -20,9 +20,7 @@
|
||||
},
|
||||
"heartbeep": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "normal"
|
||||
},
|
||||
"default": "normal",
|
||||
"options": [
|
||||
"double",
|
||||
"normal",
|
||||
@@ -35,9 +33,7 @@
|
||||
"rightRomOptionsFrame": {
|
||||
"menuspeed": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "normal"
|
||||
},
|
||||
"default": "normal",
|
||||
"options": [
|
||||
"instant",
|
||||
"quadruple",
|
||||
|
||||
@@ -5,9 +5,7 @@
|
||||
"leftItemFrame": {
|
||||
"worldstate": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "open"
|
||||
},
|
||||
"default": "open",
|
||||
"options": [
|
||||
"standard",
|
||||
"open",
|
||||
@@ -103,9 +101,7 @@
|
||||
},
|
||||
"sortingalgo": {
|
||||
"type": "selectbox",
|
||||
"managerAttrs": {
|
||||
"default": "balanced"
|
||||
},
|
||||
"default": "balanced",
|
||||
"options": [
|
||||
"freshness",
|
||||
"flood",
|
||||
|
||||
Reference in New Issue
Block a user