Merge pull request #597 from roramirez/fix-white-flash-boot

Remove white flash on boot up
This commit is contained in:
Michael Teeuw 2017-01-10 19:44:01 +01:00 committed by GitHub
commit 704bb5a848
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Add loaded function to modules, providing an async callback.
### Fixed
- Remove white flash on boot up
## [2.1.0] - 2016-12-31
**Note:** This update uses new dependencies. Please update using the following command: `git pull && npm install`

View File

@ -28,7 +28,8 @@ function createWindow() {
webPreferences: {
nodeIntegration: false,
zoomFactor: config.zoom
}
},
backgroundColor: "#000000"
}
// DEPRECATED: "kioskmode" backwards compatibility, to be removed