Add mime type, rename to DownloadPanel

This commit is contained in:
Pieter Vander Vennet 2021-07-26 21:03:27 +02:00
parent 13b2c1b572
commit c44db2a219
2 changed files with 17 additions and 15 deletions

View file

@ -7,7 +7,7 @@ import Translations from "../i18n/Translations";
import {UIEventSource} from "../../Logic/UIEventSource";
import BaseUIElement from "../BaseUIElement";
import Toggle from "../Input/Toggle";
import {ExportDataButton} from "./ExportDataButton";
import {DownloadPanel} from "./DownloadPanel";
export default class LayerControlPanel extends ScrollableFullScreen {
@ -37,7 +37,7 @@ export default class LayerControlPanel extends ScrollableFullScreen {
))
elements.push(new Toggle(
new ExportDataButton(),
new DownloadPanel(),
undefined,
State.state.featureSwitchEnableExport
))