Skip to content

Commit

Permalink
disable dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
RProduction committed Jun 19, 2021
1 parent 28a2b73 commit 6ae1bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const createWindow = (): void => {
mainWindow.loadURL(MAIN_WINDOW_WEBPACK_ENTRY);

// Open the DevTools.
mainWindow.webContents.openDevTools();
//mainWindow.webContents.openDevTools();

// events listener
ipcMain.on("minimize", (ev) => {
Expand Down

0 comments on commit 6ae1bcc

Please sign in to comment.