Show filename in window title. Fix #245

Also fix error popover z index
This commit is contained in:
DC
2016-03-27 16:10:26 -07:00
parent a409cd6b32
commit a2ee63023f
4 changed files with 5 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ module.exports = {
isPaused: true,
mouseStationarySince: 0 /* Unix time in ms */
},
audioInfo: null, /* set whenever an audio file is playing */
pendingTorrents: {}, /* infohash to WebTorrent handle */
devices: { /* playback devices like Chromecast and AppleTV */
airplay: null, /* airplay client. finds and manages AppleTVs */