mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-04 14:47:20 +00:00
Merge pull request #597 from roramirez/fix-white-flash-boot
Remove white flash on boot up
This commit is contained in:
commit
704bb5a848
@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
### Added
|
### Added
|
||||||
- Add loaded function to modules, providing an async callback.
|
- Add loaded function to modules, providing an async callback.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Remove white flash on boot up
|
||||||
|
|
||||||
## [2.1.0] - 2016-12-31
|
## [2.1.0] - 2016-12-31
|
||||||
|
|
||||||
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
|
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`
|
||||||
|
@ -28,7 +28,8 @@ function createWindow() {
|
|||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: false,
|
nodeIntegration: false,
|
||||||
zoomFactor: config.zoom
|
zoomFactor: config.zoom
|
||||||
}
|
},
|
||||||
|
backgroundColor: "#000000"
|
||||||
}
|
}
|
||||||
|
|
||||||
// DEPRECATED: "kioskmode" backwards compatibility, to be removed
|
// DEPRECATED: "kioskmode" backwards compatibility, to be removed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user