Minor fix

This commit is contained in:
Mr. Stallion 2020-04-01 19:29:20 -05:00
parent 155e1b659e
commit 165007d1c1
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
const view = new electron.remote.BrowserView({webPreferences: {webviewTag: true, nodeIntegration: true, spellcheck: true}});
// tab devtools
view.webContents.openDevTools();
// view.webContents.openDevTools();
view.setAutoResize({width: true, height: true});
electron.ipcRenderer.send('tab-added', view.webContents.id);