sindresorhus / electron-debug

Adds useful debug features to your Electron app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devToolsMode not working

liz2020 opened this issue · comments

"electron-debug": "^1.5.0"
I created the project using electron-vue, and the project always open the devtools dock on the right even though I set the devToolsMode to bottom.
require('electron-debug')({ showDevTools: true, devToolsMode: 'bottom' })

You’re using an old version of this package.