fix(gui): padding on some long torrent names

This commit is contained in:
Alexey Kasyanchuk
2018-06-26 17:39:28 +03:00
parent a3abb2f499
commit ec861e1f0a
4 changed files with 163 additions and 5 deletions

View File

@ -607,7 +607,8 @@ module.exports = async ({
received: bytes,
downloaded: torrent.downloaded,
speed: torrent.downloadSpeed,
progress: torrent.progress
progress: torrent.progress,
timeRemaining: torrent.timeRemaining
})
})
})