Implement revert all changes, fixes #128
This commit is contained in:
parent
03de470425
commit
686185b0f1
3 changed files with 14 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ pub fn menu_bar<'a>(
|
|||
MenuItem::Button(fl!("save"), None, Action::Save),
|
||||
MenuItem::Button(fl!("save-as"), None, Action::SaveAsDialog),
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(fl!("revert-all-changes"), None, Action::Todo),
|
||||
MenuItem::Button(fl!("revert-all-changes"), None, Action::RevertAllChanges),
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(
|
||||
fl!("menu-document-statistics"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue