From 7b1147f78be642fdc932f6c7217e0aa491215093 Mon Sep 17 00:00:00 2001 From: theripper93 Date: Mon, 19 Jun 2023 17:13:57 +0200 Subject: [PATCH] a --- main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/main.js b/main.js index 5b08a5d..22e514a 100644 --- a/main.js +++ b/main.js @@ -39,7 +39,6 @@ app.whenReady().then(() => { event.preventDefault(); } }); - win.webContents.openDevTools(); win.webContents.on("did-finish-load", () => { const userData = getLoginDetails(gameId); if(!userData.user) return;