Do not show operations page any time an operation is done
This commit is contained in:
parent
326fb4ba1f
commit
f31f8a0559
2 changed files with 5 additions and 3 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue