mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
oh i reallyyyyy fucked something up
This commit is contained in:
parent
d2904ec125
commit
742919d3ba
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue