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:
Martin Fournier 2021-12-17 05:50:45 -05:00
parent 6c5842d2e7
commit 6d94ee0c2c

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