Closed chianti-ga closed 5 hours ago
It's an annoying egui default. It can be enabled with:
ui.style_mut().url_in_tooltip = true;
It's written in the docs
It's an annoying egui default. It can be enabled with:
ui.style_mut().url_in_tooltip = true;
It's written in the docs
Thank you for pointing that out! I’ll enable ui.style_mut().url_in_tooltip
as suggested. I hadn’t realized this was already documented.
I'll add it to the README too so that it is easier to discover.
It would be useful to display a tooltip containing the URL when a user hovers over a link. This would enhance the user experience and security by providing more context on where a link points to without needing to click on it.