Skip to content

Commit

Permalink
Add link to libinput accel guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Jul 24, 2024
1 parent ee2131e commit 6a6c153
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,12 @@ fn add_points_dump(rawaccel_convert_gui: &mut RawaccelConvertGui, ui: &mut egui:
}
}
match rawaccel_convert_gui.accel_args.point_scaling {
PointScaling::Libinput | PointScaling::LibinputDebug => {}
PointScaling::Libinput | PointScaling::LibinputDebug => {
ui.hyperlink_to(
format!("Libinput accel guide"),
"https://github.com/Kuuuube/rawaccel_convert/blob/master/docs/libinput.md",
);
}
_ => {
ui.add_sized(
ui.available_size(),
Expand Down

0 comments on commit 6a6c153

Please sign in to comment.