Fix project panel button and style it
Co-authored-by: max <max@zed.dev>
This commit is contained in:
parent
5892f16602
commit
ab4b3293d1
7 changed files with 126 additions and 91 deletions
|
@ -237,7 +237,6 @@ fn main() {
|
|||
let app_state = app_state.clone();
|
||||
async move {
|
||||
while let Some(paths) = open_paths_rx.next().await {
|
||||
log::error!("OPEN PATHS FROM HANDLE");
|
||||
cx.update(|cx| workspace::open_paths(&paths, &app_state, cx))
|
||||
.detach();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue