diff --git a/modules/transmission/widget.go b/modules/transmission/widget.go index d53297e1..c31be5e8 100644 --- a/modules/transmission/widget.go +++ b/modules/transmission/widget.go @@ -125,6 +125,8 @@ func (widget *Widget) deleteSelectedTorrent() { } widget.client.TorrentRemove(removePayload) + + widget.display() } // pauseUnpauseTorrent either pauses or unpauses the downloading and seeding of the selected torrent