mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Merge branch 'mig5-disable_start_share_on_no_files'
This commit is contained in:
commit
e6177c0e10
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue