Skip to content

Commit

Permalink
Merge pull request #140 from TicClick/readd-link-location-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Oct 11, 2024
2 parents 9f0f8e5 + c67d710 commit db0edc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ impl ApplicationWindow {
) -> Self {
setup_custom_fonts(&cc.egui_ctx);

cc.egui_ctx.style_mut(|style| {
style.url_in_tooltip = true;
});

Self {
menu: gui::menu::Menu::new(),
chat: gui::chat::ChatWindow::new(),
Expand Down

0 comments on commit db0edc9

Please sign in to comment.