diff --git a/app/ui/window.js b/app/ui/window.js index f9760836..923cfe42 100644 --- a/app/ui/window.js +++ b/app/ui/window.js @@ -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.