From c389c9c2b72df6ac385756466d826ac93e6d34bc Mon Sep 17 00:00:00 2001 From: Chad Condon Date: Sat, 30 Nov 2019 15:12:07 -0800 Subject: [PATCH] ur: repair low resolution smooth scrolling --- lib/logitech_receiver/settings_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index 81f6c1db..5b030827 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -118,7 +118,7 @@ def feature_range(name, feature, min_value, max_value, _SMOOTH_SCROLL = ('smooth-scroll', _("Smooth Scrolling"), _("High-sensitivity mode for vertical scroll with the wheel.")) -_LOW_RES_SCROLL = ('low-res-scroll', _("HID++ Scrolling"), +_LOW_RES_SCROLL = ('lowres-smooth-scroll', _("HID++ Scrolling"), _("HID++ mode for vertical scroll with the wheel.")) _HI_RES_SCROLL = ('hi-res-scroll', _("High Resolution Scrolling"),