1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Redraw when a Transmission torrent is removed

This commit is contained in:
Chris Cummer 2019-07-04 20:36:03 -07:00
parent 1626d176b0
commit d76f6807cc

View File

@ -125,6 +125,8 @@ func (widget *Widget) deleteSelectedTorrent() {
} }
widget.client.TorrentRemove(removePayload) widget.client.TorrentRemove(removePayload)
widget.display()
} }
// pauseUnpauseTorrent either pauses or unpauses the downloading and seeding of the selected torrent // pauseUnpauseTorrent either pauses or unpauses the downloading and seeding of the selected torrent