This commit is contained in:
pg 2016-01-29 00:09:02 +01:00
rodič 32986b4ae4
revize beecd97c48
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -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)