Skip to content

Commit

Permalink
[GTKUI] Add "Last Transfer" column
Browse files Browse the repository at this point in the history
Closes: #255
  • Loading branch information
thatguystone authored and cas-- committed Nov 23, 2021
1 parent 967537a commit 5f6f65a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deluge/ui/gtk3/torrentview.py
Expand Up @@ -404,6 +404,13 @@ def __init__(self):
status_field=['last_seen_complete'],
default=False,
)
self.add_func_column(
_('Last Transfer'),
funcs.cell_data_time,
[int],
status_field=['time_since_transfer'],
default=False,
)
self.add_texticon_column(
_('Tracker'),
function=funcs.cell_data_trackericon,
Expand Down

0 comments on commit 5f6f65a

Please sign in to comment.