Add Zed > Preferences > Local Settings to application menu
This commit is contained in:
parent
0949ee84d8
commit
cb975f1252
2 changed files with 55 additions and 1 deletions
|
@ -16,6 +16,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::action("Open Key Bindings", super::OpenKeymap),
|
||||
MenuItem::action("Open Default Settings", super::OpenDefaultSettings),
|
||||
MenuItem::action("Open Default Key Bindings", super::OpenDefaultKeymap),
|
||||
MenuItem::action("Open Local Settings", super::OpenLocalSettings),
|
||||
MenuItem::action("Select Theme", theme_selector::Toggle),
|
||||
],
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue