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:
parent
1626d176b0
commit
d76f6807cc
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user