logitech_receiver: fix minimum DPI
This commit is contained in:
parent
2eb6864cfb
commit
3947a4a083
|
@ -469,7 +469,7 @@ class AdjustableDpi(_Setting):
|
||||||
description = _('Mouse movement sensitivity')
|
description = _('Mouse movement sensitivity')
|
||||||
feature = _F.ADJUSTABLE_DPI
|
feature = _F.ADJUSTABLE_DPI
|
||||||
rw_options = {'read_fnid': 0x20, 'write_fnid': 0x30}
|
rw_options = {'read_fnid': 0x20, 'write_fnid': 0x30}
|
||||||
choices_universe = _NamedInts.range(50, 4000, str, 50)
|
choices_universe = _NamedInts.range(200, 4000, str, 50)
|
||||||
|
|
||||||
class validator_class(_ChoicesV):
|
class validator_class(_ChoicesV):
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Reference in New Issue