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
10 changed files with 93 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ function createWindow(killall) {
const win = new BrowserWindow({
show: false,
backgroundThrottling: false,
backgroundColor: '#000000',
});
win.removeMenu();