We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b4ab8 commit e3bfc37Copy full SHA for e3bfc37
proxy/js/ui.js
@@ -264,7 +264,7 @@ function showConfiguration() {
264
265
const stationLowZoomLabel = configuration.stationLowZoomLabel ?? defaultConfiguration.stationLowZoomLabel
266
if (stationLowZoomLabel === 'label') {
267
- stationLowZoomLabel.checked = true
+ stationLabelReferenceControl.checked = true
268
} else if (stationLowZoomLabel === 'name') {
269
stationLabelNameControl.checked = true
270
}
0 commit comments