mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03: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
Reference in a new issue