Changed default window option show to true.

This commit is contained in:
Sean Li 2015-02-24 09:36:42 -08:00
parent 6223df9ae4
commit 3b13a068ad
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ var windowOptions = {
'min-height': 700, 'min-height': 700,
resizable: true, resizable: true,
frame: false, frame: false,
show: false show: true
}; };
app.on('activate-with-no-open-windows', function () { app.on('activate-with-no-open-windows', function () {