Re-vamp multiple settings as buttons.
Minor logic clean up.
This commit is contained in:
@@ -11,12 +11,8 @@
|
||||
"options": [
|
||||
"standard",
|
||||
"open",
|
||||
"inverted",
|
||||
"retro"
|
||||
],
|
||||
"config": {
|
||||
"command": "worldstate"
|
||||
}
|
||||
"inverted"
|
||||
]
|
||||
},
|
||||
"logiclevel": {
|
||||
"type": "selectbox",
|
||||
@@ -65,6 +61,12 @@
|
||||
}
|
||||
},
|
||||
"rightItemFrame": {
|
||||
"retro": {
|
||||
"type": "button",
|
||||
"config": {
|
||||
"command": "retro"
|
||||
}
|
||||
},
|
||||
"sortingalgo": {
|
||||
"type": "selectbox",
|
||||
"default": "balanced",
|
||||
@@ -140,20 +142,28 @@
|
||||
"colorizepots": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [50,0]
|
||||
"padx": [
|
||||
50,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"potshuffle": {
|
||||
"type": "checkbox",
|
||||
"config": {
|
||||
"padx": [50,0]
|
||||
"padx": [
|
||||
50,
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"dropshuffle": {
|
||||
"type": "checkbox"
|
||||
},
|
||||
}
|
||||
},
|
||||
"leftPoolFrame2": {
|
||||
"keydropshuffle": {
|
||||
"type": "checkbox",
|
||||
"type": "button",
|
||||
"config": {
|
||||
"command": "keydropshuffle"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user