Fix transparency at startup (#2689)

Fixes #2688
This commit is contained in:
CHaBou 2018-02-20 17:14:38 +01:00 committed by GitHub
parent 01e632bfa7
commit ae4683fa5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ module.exports = class Window {
rpc.on('init', () => {
window.show();
updateBackgroundColor();
// If no callback is passed to createWindow,
// a new session will be created by default.