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:
@@ -424,6 +424,7 @@ impl ProjectPanel {
|
||||
});
|
||||
}),
|
||||
)
|
||||
.action("Collapse All", Box::new(CollapseAllEntries))
|
||||
})
|
||||
})
|
||||
.action("New File", Box::new(NewFile))
|
||||
|
||||
Reference in New Issue
Block a user