Expand root folder in files tab by default
This commit is contained in:
parent
0918272480
commit
46fe490ba0
|
@ -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…
Reference in New Issue