Fix default config for custom map height and width (#16449)

This commit is contained in:
eskyuu
2024-09-29 15:44:44 +08:00
committed by GitHub
parent d3b51560a8
commit 8d793fdda8

View File

@@ -1074,7 +1074,7 @@
"order": 22
},
"custom_map.height": {
"default": "1800px",
"default": "800px",
"type": "text",
"group": "webui",
"section": "custom-map",
@@ -1161,7 +1161,7 @@
"order": 23
},
"custom_map.width": {
"default": "800px",
"default": "1800px",
"type": "text",
"group": "webui",
"section": "custom-map",