rmartin16 / qbittorrentui

text user interface for qbittorrent
MIT License
39 stars 3 forks source link

Fix ETA Formatting #3

Closed rmartin16 closed 3 years ago

rmartin16 commented 3 years ago

The ETA formatting was cutting off the unit when the time value was larger than one digit; so, 22h would show as just 22. Now, all ETA values are formatted for 3 characters; due to how formatting is handled, this value will be 3 characters at max.