Add reload folder key binding, fixes #146
This commit is contained in:
parent
2a9b4ad068
commit
3b34ba8907
5 changed files with 26 additions and 3 deletions
|
|
@ -573,6 +573,8 @@ pub fn menu_bar<'a>(
|
|||
menu::Item::Divider,
|
||||
menu_button_optional(fl!("rename"), Action::Rename, selected > 0),
|
||||
menu::Item::Divider,
|
||||
menu::Item::Button(fl!("reload-folder"), None, Action::Reload),
|
||||
menu::Item::Divider,
|
||||
menu_button_optional(
|
||||
fl!("add-to-sidebar"),
|
||||
Action::AddToSidebar,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue