Start snapshot browser tree collapsed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,6 @@ class SnapshotBrowser(ModalScreen[None]):
|
||||
|
||||
# Add to tree widget recursively
|
||||
self._add_nodes(tree.root, root)
|
||||
tree.root.expand_all()
|
||||
|
||||
def _add_nodes(self, parent, structure: dict) -> None:
|
||||
# Sort: directories first, then files
|
||||
|
||||
Reference in New Issue
Block a user