Implement add to sidebar, fixes #112
This commit is contained in:
parent
a61e587b1c
commit
99c378873a
3 changed files with 46 additions and 5 deletions
|
|
@ -110,7 +110,8 @@ pub fn context_menu<'a>(
|
|||
children.push(horizontal_rule(1).into());
|
||||
//TODO: change to Show details
|
||||
children.push(menu_item(fl!("properties"), Action::Properties).into());
|
||||
//TODO: Add to sidebar
|
||||
children.push(horizontal_rule(1).into());
|
||||
children.push(menu_item(fl!("add-to-sidebar"), Action::AddToSidebar).into());
|
||||
children.push(horizontal_rule(1).into());
|
||||
children.push(menu_item(fl!("move-to-trash"), Action::MoveToTrash).into());
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue