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",
|
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue