remove debug
parent
b160e1a7da
commit
c38ae42cc8
|
@ -33,7 +33,7 @@ exports.createMainWindow = function (icon) {
|
||||||
win.on('ready-to-show', _ => {
|
win.on('ready-to-show', _ => {
|
||||||
win.show()
|
win.show()
|
||||||
|
|
||||||
win.openDevTools()
|
// win.openDevTools()
|
||||||
})
|
})
|
||||||
|
|
||||||
win.webContents.on('dom-ready', ev => {
|
win.webContents.on('dom-ready', ev => {
|
||||||
|
|
Reference in New Issue