Merge branch 'mig5-disable_start_share_on_no_files'

This commit is contained in:
Micah Lee 2018-01-13 16:41:41 -08:00
commit e6177c0e10
No known key found for this signature in database
GPG key ID: 403C2657CD994F73

View file

@ -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):