From 4dcdfff5070889bf50da9a9f6a0aac106a830bd5 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 4 Sep 2024 21:28:28 +0200 Subject: [PATCH] chore(manifest): use dropdown instead of checkbox --- manifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index bb6f3ad..a820ee9 100644 --- a/manifest.json +++ b/manifest.json @@ -38,8 +38,19 @@ ] }, { - "type": "checkbox", + "type": "dropdown", "label": "Show performance monitor", + "options": [ + { + "name": "Yes", + "value": "1", + "default": "true" + }, + { + "name": "No", + "value": "0" + } + ], "actions": [ { "toReplace": "#define LV_USE_PERF_MONITOR .*",