Added dropdown option type

This commit is contained in:
thecozies
2024-07-22 09:46:04 -05:00
parent 4f02b48cd5
commit cb7122909e
12 changed files with 246 additions and 3 deletions
+17 -1
View File
@@ -43,7 +43,7 @@
"key": "movement",
"options": [
{
"type": "RadioTabs",
"type": "Dropdown",
"key": "L_for_fast",
"default": "x2",
"values": [
@@ -53,6 +53,17 @@
"x6"
]
},
{
"type": "RadioTabs",
"key": "L_for_fast2",
"default": "x2",
"values": [
"off",
"x2",
"x4",
"x6"
]
},
{
"type": "Checkbox",
"key": "L_to_levitate",
@@ -63,6 +74,11 @@
"key": "always_quickspin",
"default": false
},
{
"type": "Color",
"key": "heart_color",
"default": [255, 50, 50]
},
{
"type": "Range",
"key": "link_size",