Add Zed > Preferences > Local Settings to application menu

This commit is contained in:
Max Brunsfeld 2023-06-05 17:45:42 -07:00
parent 0949ee84d8
commit cb975f1252
2 changed files with 55 additions and 1 deletions

View file

@ -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),
],
}),