mirror of
https://github.com/cupcakearmy/volta.git
synced 2024-11-01 09:44:12 +01:00
Remove devTools
This commit is contained in:
parent
94bac96245
commit
796fac08a8
@ -100,10 +100,6 @@ const createWindow = () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
window.webContents.on('did-finish-load', sendCurrentValues)
|
window.webContents.on('did-finish-load', sendCurrentValues)
|
||||||
|
|
||||||
window.openDevTools({
|
|
||||||
mode: 'detach'
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const toggleWindow = () => {
|
const toggleWindow = () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user