Fix pdf export, fix feature switches

This commit is contained in:
Pieter Vander Vennet 2021-07-28 02:51:07 +02:00
parent 6cd75a8260
commit ede67ca58c
19 changed files with 390 additions and 144 deletions

View file

@ -36,17 +36,7 @@ export default class LayerControlPanel extends ScrollableFullScreen {
undefined,
State.state.featureSwitchEnableExport
))
elements.push(
new Toggle(
new DownloadPanel(),
undefined,
State.state.featureSwitchEnableExport
)
);
return new Combine(elements).SetClass("flex flex-col");
}
return new Combine(elements).SetClass("flex flex-col");
}
}