Comment out unimplemented File items, fixes #131
This commit is contained in:
parent
ea82536673
commit
6f89aa99eb
1 changed files with 3 additions and 3 deletions
|
|
@ -193,10 +193,10 @@ pub fn menu_bar<'a>(
|
|||
fl!("menu-document-statistics"),
|
||||
Action::ToggleDocumentStatistics,
|
||||
),
|
||||
menu_item(fl!("document-type"), Action::Todo),
|
||||
menu_item(fl!("encoding"), Action::Todo),
|
||||
//TODO menu_item(fl!("document-type"), Action::Todo),
|
||||
//TODO menu_item(fl!("encoding"), Action::Todo),
|
||||
menu_item(fl!("menu-git-management"), Action::ToggleGitManagement),
|
||||
menu_item(fl!("print"), Action::Todo),
|
||||
//TODO menu_item(fl!("print"), Action::Todo),
|
||||
MenuTree::new(horizontal_rule(1)),
|
||||
menu_item(fl!("quit"), Action::Quit),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue