Add Cosmos Laundromat as a default torrent

This commit is contained in:
DC
2016-03-29 00:35:00 -07:00
parent 6557be108e
commit 2792a409f5
4 changed files with 66 additions and 2 deletions

View File

@@ -62,8 +62,8 @@ function createMainWindow () {
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
width: 450,
height: 38 + (120 * 4) // header height + 4 torrents
width: 500,
height: 38 + (120 * 5) // header height + 4 torrents
})
win.loadURL(config.WINDOW_MAIN)