regex hyperlinks

This commit is contained in:
Dominic Gerhauser 2024-11-17 01:47:50 +01:00 committed by Jeremy Soller
parent 77be96e1c2
commit ff42dd2a97
3 changed files with 131 additions and 1 deletions

View file

@ -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);