Show shortcuts in context menu
This commit is contained in:
parent
a2e0d527c4
commit
6d519018a0
4 changed files with 33 additions and 13 deletions
|
|
@ -1415,7 +1415,7 @@ impl Application for App {
|
|||
let tab_element: Element<'_, Message> = match context_menu {
|
||||
Some(position) => widget::popover(
|
||||
terminal_box.context_menu(position),
|
||||
menu::context_menu(&self.config, entity),
|
||||
menu::context_menu(&self.config, &self.key_binds, entity),
|
||||
)
|
||||
.position(position)
|
||||
.into(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue