mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 17:44:52 -04:00
Remove white flash on boot up
When the electron app is started appear a white flash before show the MagicMirror system. This patch remove the white flash on boot up.
This commit is contained in:
parent
8ac8b666bf
commit
6552157894
2 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,8 @@ function createWindow() {
|
|||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
zoomFactor: config.zoom
|
||||
}
|
||||
},
|
||||
backgroundColor: "#000000"
|
||||
}
|
||||
|
||||
// DEPRECATED: "kioskmode" backwards compatibility, to be removed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue