fix: remove "hide home button" shown twice in map settings

Co-authored-by: David Larlet <david@larlet.fr>
This commit is contained in:
Yohan Boniface 2025-04-14 16:30:38 +02:00
parent 071a8c539d
commit ac6964c9f4

View file

@ -833,7 +833,6 @@ export default class Umap {
UIFields.push(`properties.${name}Control`) UIFields.push(`properties.${name}Control`)
} }
UIFields = UIFields.concat([ UIFields = UIFields.concat([
'properties.homeControl',
'properties.moreControl', 'properties.moreControl',
'properties.scrollWheelZoom', 'properties.scrollWheelZoom',
'properties.miniMap', 'properties.miniMap',