feat: add missing file menu entries
This commit is contained in:
parent
b011bc7635
commit
f03fc1e3ab
4 changed files with 20 additions and 15 deletions
|
|
@ -280,7 +280,7 @@ impl ContextPage {
|
|||
Self::About => String::new(),
|
||||
Self::EditHistory => fl!("edit-history"),
|
||||
Self::OpenWith => fl!("open-with"),
|
||||
Self::Properties(..) => fl!("properties"),
|
||||
Self::Properties(..) => String::default(),
|
||||
Self::Settings => fl!("settings"),
|
||||
}
|
||||
}
|
||||
|
|
@ -1051,7 +1051,7 @@ impl Application for App {
|
|||
),
|
||||
cosmic::widget::menu::Item::Divider,
|
||||
cosmic::widget::menu::Item::Button(
|
||||
fl!("properties"),
|
||||
fl!("show-details"),
|
||||
NavMenuAction::Properties(id),
|
||||
),
|
||||
cosmic::widget::menu::Item::Divider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue