mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 21:00:57 +00: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:
committed by
Rodrigo Ramírez Norambuena
parent
8ac8b666bf
commit
6552157894
@@ -28,7 +28,8 @@ function createWindow() {
|
||||
webPreferences: {
|
||||
nodeIntegration: false,
|
||||
zoomFactor: config.zoom
|
||||
}
|
||||
},
|
||||
backgroundColor: "#000000"
|
||||
}
|
||||
|
||||
// DEPRECATED: "kioskmode" backwards compatibility, to be removed
|
||||
|
Reference in New Issue
Block a user