Add application menu to install CLI
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
926c75dadf
commit
f77239bd96
3 changed files with 8 additions and 3 deletions
|
@ -14,6 +14,12 @@ pub fn menus(state: &Arc<AppState>) -> Vec<Menu<'static>> {
|
|||
action: Box::new(super::About),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Install CLI",
|
||||
keystroke: None,
|
||||
action: Box::new(super::InstallCommandLineInterface),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Quit",
|
||||
keystroke: Some("cmd-q"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue