removed unused config property

This commit is contained in:
Alberto Miranda
2016-06-27 08:21:30 -03:00
parent 3e19cdfb0b
commit 91a1ab4a56

View File

@@ -75,8 +75,7 @@ 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,
OPEN_IN_VLC: false
WINDOW_MIN_WIDTH: 425
}
function getConfigPath () {