Rename operations to edit history, improve formatting, add progress button

This commit is contained in:
Jeremy Soller 2024-07-11 15:32:21 -06:00
parent a4094bf75c
commit c3a28b3752
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 42 additions and 23 deletions

View file

@ -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),
],
),
),