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:
parent
badcd3f4d6
commit
b9f7a37f5d
1 changed files with 1 additions and 0 deletions
|
@ -424,6 +424,7 @@ impl ProjectPanel {
|
|||
});
|
||||
}),
|
||||
)
|
||||
.action("Collapse All", Box::new(CollapseAllEntries))
|
||||
})
|
||||
})
|
||||
.action("New File", Box::new(NewFile))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue