mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
Pass AppState
to workspace:join_worktree
This commit is contained in:
parent
ccff27a157
commit
a661b43e75
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub fn menus(state: &Arc<AppState>) -> Vec<Menu<'static>> {
|
|||
name: "Join",
|
||||
keystroke: None,
|
||||
action: "workspace:join_worktree",
|
||||
arg: None,
|
||||
arg: Some(Box::new(state.clone())),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Quit",
|
||||
|
|
Loading…
Reference in a new issue