Skip to content

Commit

Permalink
Remove unimplemented spell-check menu item, fixes #300
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jan 16, 2025
1 parent cd2497e commit 03de470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
*/
],
),
),
Expand Down

0 comments on commit 03de470

Please sign in to comment.