From 742919d3ba25425649e145abcf52a892615e2103 Mon Sep 17 00:00:00 2001 From: Astra Date: Mon, 7 May 2018 22:33:04 -0400 Subject: [PATCH] oh i reallyyyyy fucked something up --- app/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());