launch devtools in detached mode

This commit is contained in:
Eugene Pankov
2018-01-04 21:04:31 +01:00
parent 571884f39c
commit 5fc67d3648

View File

@@ -74,7 +74,7 @@ export class HostAppService {
}
openDevTools () {
this.getWindow().webContents.openDevTools()
this.getWindow().webContents.openDevTools({ mode: 'undocked' })
}
focusWindow () {