Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for 'ready-to-show' event before showing window (#959)
This gets rid of the light gray to dark gray background color change on the main window at startup. Makes the window show slightly later, but it's gray for less time. Doesn't affect overall startup time. Feels less jank IMO. From the Electron docs: > While loading the page, the 'ready-to-show' event will be emitted when renderer process has done drawing for the first time, showing window after this event will have no visual flash.
- Loading branch information