diff --git a/electron/electron.js b/electron/electron.js index 9f6c50f..939e7d6 100644 --- a/electron/electron.js +++ b/electron/electron.js @@ -21,7 +21,7 @@ function createWindow () { mainWindow.loadURL('file://' + __dirname + '/index.html'); // Open the DevTools. - mainWindow.webContents.openDevTools(); + // mainWindow.webContents.openDevTools(); app.commandLine.appendSwitch('enable-speech-dispatcher'); // Emitted when the window is closed.