From 8359e5eb61d1420a20ed4fba04f7222b1b31d1e4 Mon Sep 17 00:00:00 2001 From: Feenix <25067102+NayamAmarshe@users.noreply.github.com> Date: Tue, 23 Aug 2022 17:49:29 +0530 Subject: [PATCH] Updated isDev --- constants/models.js | 0 main/index.js | 1 + 2 files changed, 1 insertion(+) delete mode 100644 constants/models.js diff --git a/constants/models.js b/constants/models.js deleted file mode 100644 index e69de29..0000000 diff --git a/main/index.js b/main/index.js index dc3071b..a68ff3a 100644 --- a/main/index.js +++ b/main/index.js @@ -33,6 +33,7 @@ app.on("ready", async () => { minHeight: 500, minWidth: 500, webPreferences: { + devTools: isDev, autoHideMenuBar: true, nodeIntegration: true, webSecurity: false,