mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-17 13:13:49 +01:00
Merge pull request #1972 from MartinFournier/feature/electron-background-color
Fix #1902: Set default electron color to black
This commit is contained in:
commit
b122cebc98
@ -15,6 +15,7 @@ function createWindow(killall) {
|
||||
const win = new BrowserWindow({
|
||||
show: false,
|
||||
backgroundThrottling: false,
|
||||
backgroundColor: '#000000',
|
||||
});
|
||||
|
||||
win.removeMenu();
|
||||
|
Loading…
Reference in New Issue
Block a user