mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Remove menu of BrowserWindow showing the preview of games in newIDE
This commit is contained in:
@@ -60,6 +60,7 @@ export default class LocalPreviewLauncher extends React.Component<
|
||||
|
||||
const win = new BrowserWindow(this.state.previewBrowserWindowConfig);
|
||||
win.loadURL(`file://${this.state.previewGamePath}/index.html`);
|
||||
win.setMenu(null);
|
||||
};
|
||||
|
||||
_openPreviewWindow = (
|
||||
|
Reference in New Issue
Block a user