Merge branch 'dev' of github.com:danielyxie/bitburner into dev

This commit is contained in:
Olivier Gagnon
2021-12-17 16:34:14 -05:00
13 changed files with 107 additions and 20 deletions

View File

@@ -13,6 +13,7 @@ function createWindow(killall) {
const win = new BrowserWindow({
show: false,
backgroundThrottling: false,
backgroundColor: '#000000',
});
win.removeMenu();