diff --git a/main.js b/main.js index 3ce5353..384f99d 100644 --- a/main.js +++ b/main.js @@ -18,8 +18,6 @@ const socket = io({ port: config.api.websockets.base.port }) -const { ChildProcess } = require("child_process") - let launcherWindow, auth, gamePlayable = false, launchProcess async function createLauncherWindow() { @@ -44,7 +42,8 @@ async function createLauncherWindow() { nodeIntegration: false, contextIsolation: true, preload: path.join(__dirname, "modules", "preload.js"), - webviewTag: true + webviewTag: true, + devTools: false } }) if (os.platform() == "darwin") {