Increase maximum mouse's sensitivities to 200%

This commit is contained in:
redphx 2024-01-15 17:35:38 +07:00
parent 241cfae9a1
commit 5afdbeb9f8

View File

@ -3933,11 +3933,11 @@ class MkbPreset {
type: SettingElement.TYPE_NUMBER_STEPPER, type: SettingElement.TYPE_NUMBER_STEPPER,
default: 50, default: 50,
min: 1, min: 1,
max: 100, max: 200,
params: { params: {
suffix: '%', suffix: '%',
exactTicks: 10, exactTicks: 20,
}, },
}, },
@ -3946,11 +3946,11 @@ class MkbPreset {
type: SettingElement.TYPE_NUMBER_STEPPER, type: SettingElement.TYPE_NUMBER_STEPPER,
default: 50, default: 50,
min: 1, min: 1,
max: 100, max: 200,
params: { params: {
suffix: '%', suffix: '%',
exactTicks: 10, exactTicks: 20,
}, },
}, },