Skip to content

Commit

Permalink
Disable dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
StarLederer committed Apr 16, 2021
1 parent df29d38 commit 3ba46d2
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 @@ -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
Expand Down

0 comments on commit 3ba46d2

Please sign in to comment.