mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 05:39:05 +08:00
refactor: remove conditional devTools enabling
This commit is contained in:
parent
38ca4700b2
commit
3aa4363f5b
@ -35,8 +35,8 @@ function createWindow() {
|
|||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: join(__dirname, '../preload/index.js'),
|
preload: join(__dirname, '../preload/index.js'),
|
||||||
sandbox: false,
|
sandbox: false,
|
||||||
devTools: !app.isPackaged,
|
|
||||||
webSecurity: false
|
webSecurity: false
|
||||||
|
// devTools: !app.isPackaged,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user