diff --git a/app/index.html b/app/index.html index 180d61b..2d39da8 100644 --- a/app/index.html +++ b/app/index.html @@ -79,7 +79,7 @@ }*/ // make a window - window.__monitor = new electron.BrowserWindow({ show: false }); + window.__monitor = new electron.BrowserWindow(/*{ show: false }*/); // load the monitor __monitor.loadURL(location.href+'../monitor.html?_=' + Date.now());