stop opening dev toolbar

This commit is contained in:
Jeremy Kauffman 2017-04-17 14:38:53 -04:00
parent 1aa78c8029
commit 0b17ca6043

View file

@ -64,7 +64,7 @@ function getPidsForProcessName(name) {
function createWindow () {
win = new BrowserWindow({backgroundColor: '#155B4A', minWidth: 800, minHeight: 600 }) //$color-primary
win.maximize()
win.webContents.openDevTools();
// win.webContents.openDevTools();
win.loadURL(`file://${__dirname}/dist/index.html`)
win.on('closed', () => {
win = null