mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-26 09:33: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) {
|
function createWindow(killall) {
|
||||||
const win = new BrowserWindow({
|
const win = new BrowserWindow({
|
||||||
show: false,
|
show: false,
|
||||||
|
backgroundThrottling: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
win.removeMenu();
|
win.removeMenu();
|
||||||
|
Loading…
Reference in New Issue
Block a user