Skip to content

Commit a6a7db6

Browse files
committed
💎 support previous devtool position in electron-devtool
1 parent 1c97390 commit a6a7db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/src/main/index.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* eslint-disable */
99

1010
// Install `electron-debug` with `devtron`
11-
require('electron-debug')({ showDevTools: true })
11+
require('electron-debug')({ showDevTools: true, devToolsMode: 'previous'})
1212

1313
// Install `vue-devtools`
1414
require('electron').app.on('ready', () => {

0 commit comments

Comments
 (0)