clear file list on unsharing

pull/53/head
Zlatin Balevsky 2020-11-03 07:53:53 +00:00
parent 0b8dfd2b4b
commit b596d7caf5
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 2 additions and 0 deletions

View File

@ -802,6 +802,8 @@ class MainFrameModel {
runInsideUIAsync {
localCollections.remove(e.collection)
view.collectionsTable.model.fireTableDataChanged()
collectionFiles.clear()
view.collectionFilesTable.model.fireTableDataChanged()
}
}
}