Add simple file properties
This commit is contained in:
parent
bb5403faf9
commit
42c4ec9dad
6 changed files with 180 additions and 30 deletions
|
|
@ -41,8 +41,7 @@ pub fn context_menu<'a>(entity: segmented_button::Entity) -> Element<'a, Message
|
|||
menu_action(fl!("paste"), Action::Paste),
|
||||
menu_action(fl!("select-all"), Action::SelectAll),
|
||||
horizontal_rule(1),
|
||||
menu_action(fl!("new-tab"), Action::TabNew),
|
||||
menu_action(fl!("settings"), Action::Settings),
|
||||
menu_action(fl!("properties"), Action::Properties),
|
||||
))
|
||||
.padding(1)
|
||||
//TODO: move style to libcosmic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue