Skip to content

Commit

Permalink
style: realtime hover interactions
Browse files Browse the repository at this point in the history
Signed-off-by: William Casarin <[email protected]>
  • Loading branch information
jb55 committed Apr 22, 2024
1 parent 1d44b08 commit c944cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app_style.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};

Expand Down

0 comments on commit c944cac

Please sign in to comment.