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

@@ -744,7 +744,7 @@ function openFolder (torrentSummary) {
}
function closePlayer (cb) {
state.window.title = config.APP_NAME
state.window.title = config.APP_WINDOW_TITLE
update()
if (state.window.isFullScreen) {