move settings from sidebar to arduino pref panel

Improved preference Dialog UI
This commit is contained in:
Francesco Stasi 2021-03-12 00:01:57 +01:00 committed by Francesco Stasi
parent ef03d3f583
commit e90fa27ebf

View File

@ -222,6 +222,7 @@ export class ArduinoFrontendContribution implements FrontendApplicationContribut
webContents.setZoomLevel(event.newValue || 0);
}
});
app.shell.leftPanelHandler.removeMenu('settings-menu');
}
protected languageServerFqbn?: string;