Use config.APP_NAME throughout

This commit is contained in:
Feross Aboukhadijeh
2016-03-07 15:47:23 -08:00
parent 0b7f97ba6b
commit 2a423a8cb3
6 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
var config = require('../config')
module.exports = {
/* Temporary state disappears once the program exits.
* It can contain complex objects like open connections, etc.
@@ -19,7 +21,7 @@ module.exports = {
isFocused: true,
isFullScreen: false,
mainWindowBounds: null, /* x y width height */
title: 'WebTorrent', /* current window title */
title: config.APP_NAME, /* current window title */
video: {
isPaused: false,
currentTime: 0, /* seconds */