mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 06:47:07 -05:00
Merge branch 'mig5-disable_start_share_on_no_files'
This commit is contained in:
commit
e6177c0e10
@ -229,6 +229,7 @@ class FileSelection(QtWidgets.QVBoxLayout):
|
||||
itemrow = self.file_list.row(item)
|
||||
self.file_list.filenames.pop(itemrow)
|
||||
self.file_list.takeItem(itemrow)
|
||||
self.file_list.files_updated.emit()
|
||||
self.update()
|
||||
|
||||
def server_started(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user