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