Electron 4: Migrate .openDevTools() for new 'detach' pattern
This commit is contained in:
@@ -56,6 +56,6 @@ function toggleDevTools () {
|
||||
webtorrent.win.webContents.closeDevTools()
|
||||
webtorrent.win.hide()
|
||||
} else {
|
||||
webtorrent.win.webContents.openDevTools({ detach: true })
|
||||
webtorrent.win.webContents.openDevTools({ mode: 'detach' })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user