Log key dcc info messages, keep dcc tab open

This commit is contained in:
Ken-Håvard Lieng 2020-05-19 10:37:20 +02:00
parent a90e8d4b2f
commit 84a10efe36
2 changed files with 13 additions and 10 deletions

View file

@ -131,9 +131,6 @@ func (c *Client) Download(pack *DCCSend) {
}
}
// TODO: is this needed?
conn.Write(uint64Bytes(totalBytes))
c.Progress <- DownloadProgress{
PercCompletion: 100,
BytesCompleted: humanReadableByteCount(float64(totalBytes), false),