Prep for LCI

This commit is contained in:
Scott Idem
2022-10-16 19:23:21 -04:00
parent 040ab4aa4e
commit 0028df4604
4 changed files with 23 additions and 4 deletions

View File

@@ -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', () => {