From c944cac810035981ebe348d55c31a17a63e2f1ed Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 21 Apr 2024 17:57:32 -0700 Subject: [PATCH] style: realtime hover interactions Signed-off-by: William Casarin --- src/app_style.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app_style.rs b/src/app_style.rs index 4873775..9b6e6a1 100644 --- 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() };