chore(manifest): use dropdown instead of checkbox
This commit is contained in:
parent
bfc09f1c20
commit
4dcdfff507
@ -38,8 +38,19 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "checkbox",
|
"type": "dropdown",
|
||||||
"label": "Show performance monitor",
|
"label": "Show performance monitor",
|
||||||
|
"options": [
|
||||||
|
{
|
||||||
|
"name": "Yes",
|
||||||
|
"value": "1",
|
||||||
|
"default": "true"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "No",
|
||||||
|
"value": "0"
|
||||||
|
}
|
||||||
|
],
|
||||||
"actions": [
|
"actions": [
|
||||||
{
|
{
|
||||||
"toReplace": "#define LV_USE_PERF_MONITOR .*",
|
"toReplace": "#define LV_USE_PERF_MONITOR .*",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user