Skip to content

Commit 3efc3fd

Browse files
author
Akos Kitta
committed
fix: private menu manager
Signed-off-by: Akos Kitta <[email protected]>
1 parent 2d8267d commit 3efc3fd

File tree

1 file changed

+1
-1
lines changed
  • arduino-ide-extension/src/browser/contributions

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/examples.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export abstract class Examples extends SketchContribution {
3636
private readonly commandRegistry: CommandRegistry;
3737

3838
@inject(MenuModelRegistry)
39-
protected readonly menuRegistry: MenuModelRegistry;
39+
private readonly menuRegistry: MenuModelRegistry;
4040

4141
@inject(ExamplesService)
4242
protected readonly examplesService: ExamplesService;

0 commit comments

Comments
 (0)