Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Turned off dev tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggirelli committed Jun 17, 2019
1 parent ad74faf commit 4936e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const createWindow = () => {
mainWindow.loadURL(`file://${__dirname}/index.html`);

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

// Emitted when the window is closed.
mainWindow.on('closed', () => {
Expand Down

0 comments on commit 4936e23

Please sign in to comment.