Former-commit-id: e0594eb15be90b07015d9030b77cca4e3f5a98e9
@@ -57,7 +57,7 @@ function createWindow (opt = {}) {
mainWindow.loadURL(wurl)
// Open the DevTools.
- if (__DEV__)
+ //if (__DEV__)
{
mainWindow.webContents.openDevTools()
}