mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 01:23:49 +01:00
disable browser throttling
This commit is contained in:
parent
55d386a504
commit
3ca762d8cf
@ -12,6 +12,7 @@ const debug = false;
|
||||
function createWindow(killall) {
|
||||
const win = new BrowserWindow({
|
||||
show: false,
|
||||
backgroundThrottling: false,
|
||||
});
|
||||
|
||||
win.removeMenu();
|
||||
|
Loading…
Reference in New Issue
Block a user