mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-19 22:58:30 +00:00
Added progress to list of required columns
This commit is contained in:
parent
da5140e615
commit
9c0c7b060c
@ -353,8 +353,8 @@ class AllTorrents(BaseMode, component.Component):
|
||||
self.__status_fields = column.get_required_fields(self.__columns)
|
||||
|
||||
# we always need these, even if we're not displaying them
|
||||
for rf in ["state", "name", "queue"]:
|
||||
if not rf in self.__status_fields:
|
||||
for rf in ["state", "name", "queue", "progress"]:
|
||||
if rf not in self.__status_fields:
|
||||
self.__status_fields.append(rf)
|
||||
|
||||
# same with sort keys
|
||||
|
Loading…
x
Reference in New Issue
Block a user