mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
christ
This commit is contained in:
parent
792b703145
commit
f24b599154
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
electron.app.relaunch();
|
electron.app.relaunch();
|
||||||
electron.app.exit();
|
electron.app.exit();
|
||||||
}
|
}
|
||||||
} catch{ }
|
} catch (ex) { }
|
||||||
|
|
||||||
// make a window
|
// make a window
|
||||||
window.__monitor = new electron.BrowserWindow({ show: false });
|
window.__monitor = new electron.BrowserWindow({ show: false });
|
||||||
|
|
Loading…
Reference in a new issue