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

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
binjospookie authored Nov 23, 2016
1 parent 880bf5d commit e492e5e
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 @@ -157,7 +157,7 @@ function createWindow() {
} else {
appWindow.loadURL(`file://${__dirname}/index.html`);
}
appWindow.webContents.openDevTools();
//appWindow.webContents.openDevTools();
appWindow.on('closed', function() {
appWindow = null;
});
Expand Down

0 comments on commit e492e5e

Please sign in to comment.