Rename operations to edit history, improve formatting, add progress button
This commit is contained in:
parent
a4094bf75c
commit
c3a28b3752
2 changed files with 42 additions and 23 deletions
|
|
@ -214,8 +214,7 @@ pub fn menu_bar<'a>(
|
|||
menu::Item::Button(fl!("paste"), Action::Paste),
|
||||
menu::Item::Button(fl!("select-all"), Action::SelectAll),
|
||||
menu::Item::Divider,
|
||||
//TODO: edit history
|
||||
menu::Item::Button(fl!("operations"), Action::Operations),
|
||||
menu::Item::Button(fl!("history"), Action::EditHistory),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue