mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-15 12:52:28 -04:00
Merge branch 'mig5-fix_get_num_files' into ux-update
This commit is contained in:
commit
a53ab8a459
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ class FileSelection(QtWidgets.QVBoxLayout):
|
|||
"""
|
||||
Returns the total number of files and folders in the list.
|
||||
"""
|
||||
return len(range(self.count()))
|
||||
return len(range(self.file_list.count()))
|
||||
|
||||
def setFocus(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue