mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
disable browser throttling
This commit is contained in:
@@ -12,6 +12,7 @@ const debug = false;
|
||||
function createWindow(killall) {
|
||||
const win = new BrowserWindow({
|
||||
show: false,
|
||||
backgroundThrottling: false,
|
||||
});
|
||||
|
||||
win.removeMenu();
|
||||
|
||||
Reference in New Issue
Block a user