mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Expand root folder in files tab by default
This commit is contained in:
parent
cbab9cd823
commit
ed5e080b6d
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ Deluge 0.9.07 - "1.0.0_RC7" (18 August 2008)
|
|||
* Fix size units to be more accurate
|
||||
* Fix torrentview sorting to be persistent
|
||||
* Fix not displaying file list when state changes
|
||||
* Expand root folder in files tab by default
|
||||
|
||||
Null:
|
||||
* Fix #415 crash when using 'config-set' with no parameters
|
||||
|
|
|
@ -339,6 +339,7 @@ class FilesTab(Tab):
|
|||
|
||||
def update_files(self):
|
||||
self.prepare_file_store(self.files_list[self.torrent_id])
|
||||
self.listview.expand_row("0", False)
|
||||
|
||||
def get_selected_files(self):
|
||||
"""Returns a list of file indexes that are selected"""
|
||||
|
|
Loading…
Add table
Reference in a new issue