Add option to collapse all folders in root (#9372)

Release Notes:

- Added option to root project folder to collapse all subfolders
This commit is contained in:
Jack T 2024-03-15 00:48:56 -07:00 committed by GitHub
parent badcd3f4d6
commit b9f7a37f5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -424,6 +424,7 @@ impl ProjectPanel {
});
}),
)
.action("Collapse All", Box::new(CollapseAllEntries))
})
})
.action("New File", Box::new(NewFile))