Do not show operations page any time an operation is done

This commit is contained in:
Jeremy Soller 2024-02-27 13:08:31 -07:00
parent 326fb4ba1f
commit f31f8a0559
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 5 additions and 3 deletions

View file

@ -146,6 +146,9 @@ pub fn menu_bar<'a>(key_binds: &HashMap<KeyBind, Action>) -> Element<'a, Message
menu_item(fl!("copy"), Action::Copy),
menu_item(fl!("paste"), Action::Paste),
menu_item(fl!("select-all"), Action::SelectAll),
MenuTree::new(horizontal_rule(1)),
//TODO: edit history
menu_item(fl!("operations"), Action::Operations),
],
),
MenuTree::with_children(