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

Commit

Permalink
Hotfix - remove openDevTools
Browse files Browse the repository at this point in the history
Removed openDevTools() to keep the Chrome dev tools from opening when the app starts.
  • Loading branch information
l3laze committed Feb 24, 2017
1 parent 26823c2 commit 6653997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function createWindow () {
})

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

/* Code from
* https://github.com/electron/electron/issues/1344
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ReliefValve",
"version": "v1.0.0",
"version": "v1.0.1",
"description": "Helps manage the Steam client application in offline mode.",
"main": "main.js",
"author": "l3l_aze <l3l_aze@yahoo.com>",
Expand Down

0 comments on commit 6653997

Please sign in to comment.