Add reload folder key binding, fixes #146

This commit is contained in:
Jeremy Soller 2025-05-15 10:54:51 -06:00
parent 2a9b4ad068
commit 3b34ba8907
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
5 changed files with 26 additions and 3 deletions

View file

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