diff --git a/src/index.ts b/src/index.ts index 60c91f5..bb7b10a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ const createWindow = (): void => { mainWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY); // Open the DevTools. - mainWindow.webContents.openDevTools(); + // mainWindow.webContents.openDevTools(); }; // This method will be called when Electron has finished