mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 01:48:40 +00:00
Expand root folder in files tab by default
This commit is contained in:
parent
0918272480
commit
46fe490ba0
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ class FilesTab(Tab):
|
||||||
|
|
||||||
def update_files(self):
|
def update_files(self):
|
||||||
self.prepare_file_store(self.files_list[self.torrent_id])
|
self.prepare_file_store(self.files_list[self.torrent_id])
|
||||||
|
self.listview.expand_row("0", False)
|
||||||
|
|
||||||
def get_selected_files(self):
|
def get_selected_files(self):
|
||||||
"""Returns a list of file indexes that are selected"""
|
"""Returns a list of file indexes that are selected"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue