ur: repair low resolution smooth scrolling

This commit is contained in:
Chad Condon 2019-11-30 15:12:07 -08:00 committed by Filipe Laíns
parent 76e70799aa
commit c389c9c2b7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ def feature_range(name, feature, min_value, max_value,
_SMOOTH_SCROLL = ('smooth-scroll', _("Smooth Scrolling"), _SMOOTH_SCROLL = ('smooth-scroll', _("Smooth Scrolling"),
_("High-sensitivity mode for vertical scroll with the wheel.")) _("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.")) _("HID++ mode for vertical scroll with the wheel."))
_HI_RES_SCROLL = ('hi-res-scroll', _("High Resolution Scrolling"), _HI_RES_SCROLL = ('hi-res-scroll', _("High Resolution Scrolling"),