Skip to content

Commit e90fa27

Browse files
committed
move settings from sidebar to arduino pref panel
Improved preference Dialog UI
1 parent ef03d3f commit e90fa27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arduino-ide-extension/src/browser/arduino-frontend-contribution.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ export class ArduinoFrontendContribution implements FrontendApplicationContribut
222222
webContents.setZoomLevel(event.newValue || 0);
223223
}
224224
});
225+
app.shell.leftPanelHandler.removeMenu('settings-menu');
225226
}
226227

227228
protected languageServerFqbn?: string;

0 commit comments

Comments
 (0)