mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 18:59:28 +00:00
7 lines
189 B
TypeScript
7 lines
189 B
TypeScript
import { ApplicationShell } from "@theia/core/lib/browser";
|
|
|
|
export class CustomApplicationShell extends ApplicationShell {
|
|
protected refreshBottomPanelToggleButton() {
|
|
|
|
}
|
|
} |