Add (BETA) to window title

Also fix a bug: fix relative paths to the default torrents.
This commit is contained in:
DC
2016-03-25 00:21:02 -07:00
parent 5a2c76c7db
commit cc3dadb025
4 changed files with 10 additions and 9 deletions

View File

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