mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02: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:
@@ -14,6 +14,7 @@ function createWindow(killall) {
|
||||
win = new BrowserWindow({
|
||||
show: false,
|
||||
backgroundThrottling: false,
|
||||
backgroundColor: '#000000',
|
||||
});
|
||||
|
||||
win.removeMenu();
|
||||
|
||||
Reference in New Issue
Block a user