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')
|
||||
feature = _F.ADJUSTABLE_DPI
|
||||
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):
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in New Issue