mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
reset selection to top on alltorrent resume in case another mode has effected torrent list
This commit is contained in:
parent
a063095dad
commit
e950cca059
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ class AllTorrents(BaseMode, component.Component):
|
|||
self.__help_lines = format_utils.wrap_string(HELP_STR,(self.cols/2)-2)
|
||||
|
||||
def resume(self):
|
||||
self._go_top = True
|
||||
component.start(["AllTorrents"])
|
||||
self.refresh()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue