mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-31 18:26:12 -05:00
Merge branch '428_fix_order' of https://github.com/mig5/onionshare into mig5-428_fix_order
This commit is contained in:
commit
c91eaa9183
@ -136,6 +136,8 @@ class FileList(QtWidgets.QListWidget):
|
||||
return
|
||||
|
||||
self.filenames.append(filename)
|
||||
# Re-sort the list internally
|
||||
self.filenames.sort()
|
||||
|
||||
fileinfo = QtCore.QFileInfo(filename)
|
||||
basename = os.path.basename(filename.rstrip('/'))
|
||||
|
Loading…
Reference in New Issue
Block a user