From now on the user can toggle the bottom panel.

It was disabled in classic mode.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta 2020-07-15 15:11:02 +02:00
parent 2eab9a0792
commit 55ce04fe3f

View File

@ -15,12 +15,6 @@ export class ArduinoApplicationShell extends ApplicationShell {
@inject(CommandService)
protected readonly commandService: CommandService;
protected refreshBottomPanelToggleButton() {
if (this.editorMode.proMode) {
super.refreshBottomPanelToggleButton();
}
}
protected async track(widget: Widget): Promise<void> {
if (this.editorMode.proMode) {
super.track(widget);