We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1963d4 commit 38472e6Copy full SHA for 38472e6
arduino-ide-extension/src/browser/contributions/interface-scale.ts
@@ -23,7 +23,7 @@ export class InterfaceScale extends Contribution {
23
private readonly menuRegistry: MenuModelRegistry;
24
25
@inject(MainMenuManager)
26
- protected readonly mainMenuManager: MainMenuManager;
+ private readonly mainMenuManager: MainMenuManager;
27
28
private readonly menuActionsDisposables = new DisposableCollection();
29
private fontScalingEnabled: InterfaceScale.FontScalingEnabled = {
0 commit comments