oh i reallyyyyy fucked something up

This commit is contained in:
Astra 2018-05-07 22:33:04 -04:00
parent d2904ec125
commit 742919d3ba
1 changed files with 1 additions and 1 deletions

View File

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