mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-29 01:06:16 -05:00
Merge branch 'mig5-fix_get_num_files' into ux-update
This commit is contained in:
commit
a53ab8a459
@ -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…
Reference in New Issue
Block a user