移除过时的选项

pull/733/head
lyswhut 2021-11-03 16:30:22 +08:00
parent 421abac30a
commit a65bae8243
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ const { isMac, isLinux, initHotKey } = require('../common/utils')
// https://github.com/electron/electron/issues/18397
// 开发模式下为true时 多次引入native模块会导致渲染进程卡死
// https://github.com/electron/electron/issues/22791
app.allowRendererProcessReuse = !isDev
// app.allowRendererProcessReuse = !isDev
app.on('web-contents-created', (event, contents) => {