mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-12 18:53:55 +01:00
try kill again
This commit is contained in:
parent
6c5842d2e7
commit
36fd3c5d68
@ -116,11 +116,7 @@ app.whenReady().then(() => {
|
|||||||
createWindow(process.argv.includes("--no-scripts"));
|
createWindow(process.argv.includes("--no-scripts"));
|
||||||
});
|
});
|
||||||
|
|
||||||
app.on("window-all-closed", function () {
|
app.once("window-all-closed", app.quit);
|
||||||
app.quit();
|
app.once("before-quit", () => {
|
||||||
});
|
|
||||||
|
|
||||||
app.on("before-quit", () => {
|
|
||||||
win.removeAllListeners("close");
|
win.removeAllListeners("close");
|
||||||
win.close();
|
|
||||||
});
|
});
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user