From ee1c68c10ecb411c3bae14b37a9e269acb4e35be Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 12 May 2016 17:54:23 -0700 Subject: [PATCH] Small comment fix --- main/windows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/windows.js b/main/windows.js index ae8e3af32a..4d74f6accf 100644 --- a/main/windows.js +++ b/main/windows.js @@ -94,7 +94,7 @@ function createMainWindow () { icon: config.APP_ICON + 'Smaller.png', // Window and Volume Mixer icon. minWidth: config.WINDOW_MIN_WIDTH, minHeight: config.WINDOW_MIN_HEIGHT, - show: false, // Hide window until DOM finishes loading + show: false, // Hide window until renderer sends 'ipcReady' event title: config.APP_WINDOW_TITLE, titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X) useContentSize: true, // Specify web page size without OS chrome