forked from MapComplete/MapComplete
UX: actually hide debug accordeons if debugging is of
This commit is contained in:
parent
1307360c0b
commit
34998b1082
1 changed files with 4 additions and 0 deletions
|
@ -1469,6 +1469,7 @@
|
|||
},
|
||||
{
|
||||
"id": "gps_accordeon",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "group",
|
||||
|
@ -1496,6 +1497,7 @@
|
|||
},
|
||||
{
|
||||
"id": "debug_accordeon",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "group",
|
||||
|
@ -1509,6 +1511,7 @@
|
|||
"labels": [
|
||||
"hidden"
|
||||
],
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": {
|
||||
"en": "Debug information"
|
||||
}
|
||||
|
@ -1523,6 +1526,7 @@
|
|||
},
|
||||
{
|
||||
"id": "debug_storage_accordeon",
|
||||
"condition": "mapcomplete-show_debug=yes",
|
||||
"render": {
|
||||
"special": {
|
||||
"type": "group",
|
||||
|
|
Loading…
Add table
Reference in a new issue