added open in vlc feature.

This commit is contained in:
Alberto Miranda
2016-06-24 00:46:42 -03:00
parent 939ee555b7
commit a4fa9ac666
3 changed files with 36 additions and 1 deletions

View File

@@ -75,7 +75,8 @@ module.exports = {
WINDOW_WEBTORRENT: 'file://' + path.join(__dirname, 'renderer', 'webtorrent.html'),
WINDOW_MIN_HEIGHT: 38 + (120 * 2), // header height + 2 torrents
WINDOW_MIN_WIDTH: 425
WINDOW_MIN_WIDTH: 425,
OPEN_IN_VLC: false
}
function getConfigPath () {