Skip to content

Commit

Permalink
hide dev tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Bahlaouane-Hamza committed Aug 15, 2015
1 parent 1d8e07f commit b5827f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist
vendor

tests
YoutubePlayer-darwin-x64
Yays-darwin-x64/

.idea

Expand Down
3 changes: 2 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ app.on('ready', function() {
}

// Open the devtools.
mainWindow.openDevTools();
// TODO: depending on which environment
// mainWindow.openDevTools();

// and load the index.html of the app.
mainWindow.loadUrl('http://127.0.0.1:3000');
Expand Down

0 comments on commit b5827f0

Please sign in to comment.