From 5773a83dc3211bd76efe4803176ab8b3df4a14be Mon Sep 17 00:00:00 2001 From: aoki Date: Fri, 30 Dec 2016 05:52:37 +0900 Subject: [PATCH] Bump `win.show()` back (#1316) Bump `win.show()` back --- app/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/index.js b/app/index.js index f32ff0fa..07b72cad 100644 --- a/app/index.js +++ b/app/index.js @@ -181,6 +181,7 @@ app.on('ready', () => installDevExtensions(isDev).then(() => { // we update the backgroundColor once the init is called. // when we do a win.reload() we need need to reset the backgroundColor win.setBackgroundColor(toElectronBackgroundColor(cfg.backgroundColor || '#000')); + win.show(); // If no callback is passed to createWindow, // a new session will be created by default.