Add "Save Path" column to the torrent view.
This commit is contained in:
parent
1c665b7d2f
commit
f30a10f2b8
@ -222,6 +222,8 @@ class TorrentView(listview.ListView, component.Component):
|
||||
self.add_texticon_column(_("Tracker"), status_field=["tracker_host", "tracker_host"],
|
||||
function=cell_data_trackericon)
|
||||
|
||||
self.add_text_column(_("Save Path"), status_field=["save_path"])
|
||||
|
||||
# Set filter to None for now
|
||||
self.filter = None
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user