mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 01:23:49 +01:00
re-add noscripts
This commit is contained in:
parent
1368e468bb
commit
21191e0b8d
@ -13,7 +13,7 @@ function createWindow(killall) {
|
|||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
backgroundThrottling: false,
|
backgroundThrottling: false,
|
||||||
backgroundColor: '#000000',
|
backgroundColor: "#000000",
|
||||||
});
|
});
|
||||||
|
|
||||||
win.removeMenu();
|
win.removeMenu();
|
||||||
@ -141,6 +141,6 @@ function setStopProcessHandler(app, window, enabled) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.whenReady().then(() => {
|
app.whenReady().then(() => {
|
||||||
const win = createWindow(false);
|
const win = createWindow(process.argv.includes("--no-scripts"));
|
||||||
setStopProcessHandler(app, win, true);
|
setStopProcessHandler(app, win, true);
|
||||||
});
|
});
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user