diff --git a/electron/gameWindow.js b/electron/gameWindow.js index 35637d3a4..eca464a8f 100644 --- a/electron/gameWindow.js +++ b/electron/gameWindow.js @@ -18,6 +18,9 @@ async function createWindow(killall) { show: false, backgroundThrottling: false, backgroundColor: "#000000", + webPreferences: { + nativeWindowOpen: true, + }, }); window.removeMenu();