Fixes for PR #299

This commit is contained in:
Feross Aboukhadijeh
2016-04-05 16:35:55 -07:00
parent db9e3e90c5
commit c83f345977
2 changed files with 14 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ function createMainWindow () {
icon: config.APP_ICON + '.png',
minWidth: 375,
minHeight: 38 + (120 * 2), // header height + 2 torrents
show: true, // Hide window until DOM finishes loading
show: false, // Hide window until DOM finishes loading
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