mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-17 16:26:32 +00:00
Fixed the Views
menu registration.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
770e0b592a
commit
113fe38850
@ -10,4 +10,8 @@ export abstract class ListWidgetFrontendContribution<T extends ArduinoComponent>
|
|||||||
async initializeLayout(): Promise<void> {
|
async initializeLayout(): Promise<void> {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
registerMenus(): void {
|
||||||
|
// NOOP
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user