Add Clean Up command. Issue #1912

This commit is contained in:
Maurice Parker
2020-03-15 18:02:55 -05:00
parent cba00b6d45
commit 0276c19459
5 changed files with 43 additions and 8 deletions

View File

@@ -446,6 +446,10 @@ protocol SidebarDelegate: class {
delegate?.sidebarInvalidatedRestorationState(self)
rebuildTreeAndRestoreSelection()
}
func cleanUp() {
rebuildTreeAndRestoreSelection()
}
}