Log key dcc info messages, keep dcc tab open
This commit is contained in:
parent
a90e8d4b2f
commit
84a10efe36
2 changed files with 13 additions and 10 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue