Prep for LCI
This commit is contained in:
4
index.js
4
index.js
@@ -93,7 +93,9 @@ function createWindow () {
|
||||
}
|
||||
|
||||
// Open the DevTools.
|
||||
win.webContents.openDevTools(); // Comment out for production
|
||||
if (config.developer_tools) {
|
||||
win.webContents.openDevTools(); // Comment out for production
|
||||
}
|
||||
|
||||
// Emitted when the window is closed.
|
||||
win.on('closed', () => {
|
||||
|
||||
Reference in New Issue
Block a user