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 504f3d3 commit 8293470Copy full SHA for 8293470
arduino-ide-extension/src/electron-main/theia/electron-main-application.ts
@@ -111,6 +111,7 @@ export class ElectronMainApplication extends TheiaElectronMainApplication {
111
},
112
});
113
event.newGuest = new BrowserWindow(options);
114
+ event.newGuest.setMenu(null);
115
event.newGuest?.on('closed', (e: any) => {
116
electronWindow?.webContents.send('CLOSE_CHILD_WINDOW');
117
0 commit comments