chore(manifest): use dropdown instead of checkbox

This commit is contained in:
Gabor Kiss-Vamosi 2024-09-04 21:28:28 +02:00 committed by GitHub
parent bfc09f1c20
commit 4dcdfff507
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 .*",