commit c944cac810035981ebe348d55c31a17a63e2f1ed
parent 1d44b08f13b4986b63eb42017c5b183168209d2f
Author: William Casarin <jb55@jb55.com>
Date: Sun, 21 Apr 2024 17:57:32 -0700
style: realtime hover interactions
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/app_style.rs b/src/app_style.rs
@@ -64,6 +64,7 @@ pub fn create_custom_style(ctx: &Context, font_size: fn(&NotedeckTextStyle) -> f
style.interaction = Interaction {
tooltip_delay: 0.0,
+ show_tooltips_only_when_still: false,
..Interaction::default()
};