Files
arduino-ide/arduino-ide-extension/src/browser/customization/custom-application-shell.ts
2019-06-14 18:32:32 +02:00

7 lines
189 B
TypeScript

import { ApplicationShell } from "@theia/core/lib/browser";
export class CustomApplicationShell extends ApplicationShell {
protected refreshBottomPanelToggleButton() {
}
}