mainWindow = new BrowserWindow({ width: 1024, height: 768, webPreferences: { devTools: false /*Disables Devtools*/ } });