devtool
This commit is contained in:
parent
32986b4ae4
commit
beecd97c48
2
main.js
2
main.js
@ -112,7 +112,7 @@ app.on('ready', function() {
|
||||
mainWindow.loadURL(default_url);
|
||||
// Open the DevTools.
|
||||
mainWindow.maximize()
|
||||
mainWindow.webContents.openDevTools();
|
||||
//mainWindow.webContents.openDevTools();
|
||||
refresh.on('event', function(url) {
|
||||
console.log("got data", url)
|
||||
//console.log(mainWindow)
|
||||
|
Loading…
Reference in New Issue
Block a user