Remove unimplemented spell-check menu item, fixes #300
This commit is contained in:
parent
cd2497eb0f
commit
03de470425
1 changed files with 2 additions and 0 deletions
|
|
@ -175,8 +175,10 @@ pub fn menu_bar<'a>(
|
|||
MenuItem::Button(fl!("find"), None, Action::Find),
|
||||
MenuItem::Button(fl!("replace"), None, Action::FindAndReplace),
|
||||
MenuItem::Button(fl!("find-in-project"), None, Action::ToggleProjectSearch),
|
||||
/*TODO: implement spell-check
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(fl!("spell-check"), None, Action::Todo),
|
||||
*/
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue