forked from MapComplete/MapComplete
Do not show quickswitch if background map switching is disabled
This commit is contained in:
parent
e21f7f4dee
commit
2bead588fb
4 changed files with 12 additions and 5 deletions
|
@ -20,7 +20,7 @@ export default class FilterView extends VariableUiElement {
|
|||
const backgroundSelector = new Toggle(
|
||||
new BackgroundSelector(),
|
||||
undefined,
|
||||
State.state.featureSwitchBackgroundSlection
|
||||
State.state.featureSwitchBackgroundSelection
|
||||
)
|
||||
super(
|
||||
filteredLayer.map((filteredLayers) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue