mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 21:23:54 +01:00
Fix #1902: Set default electron color to black
If loading of the index.html is slow, there should be no white background anymore.
This commit is contained in:
parent
6c5842d2e7
commit
6d94ee0c2c
@ -14,6 +14,7 @@ function createWindow(killall) {
|
||||
win = new BrowserWindow({
|
||||
show: false,
|
||||
backgroundThrottling: false,
|
||||
backgroundColor: '#000000',
|
||||
});
|
||||
|
||||
win.removeMenu();
|
||||
|
Loading…
Reference in New Issue
Block a user