mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-22 04:24:51 +00:00
add avail column
This commit is contained in:
parent
c454ea05fe
commit
fb20bcd1a2
1 changed files with 4 additions and 1 deletions
|
@ -116,7 +116,10 @@ class TorrentView(listview.ListView):
|
|||
listview.cell_data_ratio,
|
||||
[float],
|
||||
status_field=["ratio"])
|
||||
|
||||
self.add_func_column(_("Avail"),
|
||||
listview.cell_data_ratio,
|
||||
[float],
|
||||
status_field=["distributed_copies"])
|
||||
|
||||
### Connect Signals ###
|
||||
# Connect to the 'button-press-event' to know when to bring up the
|
||||
|
|
Loading…
Add table
Reference in a new issue