regex hyperlinks
This commit is contained in:
parent
77be96e1c2
commit
ff42dd2a97
3 changed files with 131 additions and 1 deletions
|
|
@ -2672,6 +2672,7 @@ impl Application for App {
|
|||
Message::TabContextMenu(pane, position_opt)
|
||||
})
|
||||
.on_middle_click(move || Message::MiddleClick(pane, Some(entity_middle_click)))
|
||||
.on_open_hyperlink(Some(Box::new(Message::LaunchUrl)))
|
||||
.opacity(self.config.opacity_ratio())
|
||||
.padding(space_xxs)
|
||||
.show_headerbar(self.config.show_headerbar);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue