mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 11:29:25 +00:00
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))
|
.action("New File", Box::new(NewFile))
|
||||||
|
|
Loading…
Reference in a new issue