Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix(devTools): do not launch with devtools by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kaosat-dev committed Jan 11, 2018
1 parent ec26ebe commit 3a072d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function createWindow () {
}))

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

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

0 comments on commit 3a072d1

Please sign in to comment.