UX: actually hide debug accordeons if debugging is of

This commit is contained in:
Pieter Vander Vennet 2025-02-03 22:19:08 +01:00
parent 1307360c0b
commit 34998b1082

View file

@ -1469,6 +1469,7 @@
}, },
{ {
"id": "gps_accordeon", "id": "gps_accordeon",
"condition": "mapcomplete-show_debug=yes",
"render": { "render": {
"special": { "special": {
"type": "group", "type": "group",
@ -1496,6 +1497,7 @@
}, },
{ {
"id": "debug_accordeon", "id": "debug_accordeon",
"condition": "mapcomplete-show_debug=yes",
"render": { "render": {
"special": { "special": {
"type": "group", "type": "group",
@ -1509,6 +1511,7 @@
"labels": [ "labels": [
"hidden" "hidden"
], ],
"condition": "mapcomplete-show_debug=yes",
"render": { "render": {
"en": "Debug information" "en": "Debug information"
} }
@ -1523,6 +1526,7 @@
}, },
{ {
"id": "debug_storage_accordeon", "id": "debug_storage_accordeon",
"condition": "mapcomplete-show_debug=yes",
"render": { "render": {
"special": { "special": {
"type": "group", "type": "group",