Themes: tweak zoomlevels

This commit is contained in:
Pieter Vander Vennet 2023-11-18 23:23:37 +01:00
parent 637cebefc7
commit 303d3a0337
4 changed files with 23 additions and 12 deletions

View file

@ -372,7 +372,7 @@
"mappings": [
{
"if": "mapcomplete-show_crosshair=yes",
"then": "Show a crosshair in the center of the map (when zoomed in above level 17)"
"then": "Show a crosshair in the center of the map when zoomed in above level 17"
},
{
"if": "mapcomplete-show_crosshair=no",
@ -382,6 +382,10 @@
"if": "mapcomplete-show_crosshair=",
"then": "Do not show a crosshair in the center of the map",
"hideInAnswer": true
},
{
"if": "mapcomplete-show_crosshair=always",
"then": "Always show a crosshair in the center of the map"
}
]
},