compat fixes

This commit is contained in:
Eugene Pankov
2019-05-24 21:19:08 +02:00
parent 4c0bf62b7b
commit a8bbdea224
4 changed files with 10 additions and 8 deletions

View File

@@ -43,7 +43,11 @@ if (!app.requestSingleInstanceLock()) {
}
if (argv.d) {
electronDebug({ isEnabled: true, showDevTools: 'undocked' })
electronDebug({
isEnabled: true,
showDevTools: true,
devToolsMode: 'undocked'
})
}
app.on('ready', () => {