feat: align terminal with local cosmic stack
This commit is contained in:
parent
1e49511fcf
commit
f9f329d85f
7 changed files with 183 additions and 46 deletions
|
|
@ -95,7 +95,9 @@ pub fn context_menu<'a>(
|
|||
)),
|
||||
Element::from(divider::horizontal::light()),
|
||||
Element::from(menu_item(fl!("new-tab"), Action::TabNew)),
|
||||
Element::from(menu_item(fl!("rename-tab"), Action::TabRename)),
|
||||
Element::from(menu_item(fl!("menu-settings"), Action::Settings)),
|
||||
Element::from(menu_item(fl!("menu-about"), Action::About)),
|
||||
];
|
||||
#[cfg(feature = "password_manager")]
|
||||
{
|
||||
|
|
@ -227,6 +229,7 @@ pub fn menu_bar<'a>(
|
|||
MenuItem::Folder(fl!("profile"), profile_items),
|
||||
MenuItem::Button(fl!("menu-profiles"), None, Action::Profiles),
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(fl!("rename-tab"), None, Action::TabRename),
|
||||
MenuItem::Button(fl!("close-tab"), None, Action::TabClose),
|
||||
MenuItem::Divider,
|
||||
MenuItem::Button(fl!("quit"), None, Action::WindowClose),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue