mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03: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
@ -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 New Issue
Block a user