mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Change stick decay's default value to 100
This commit is contained in:
parent
90a5613959
commit
6b5cdca51a
@ -5010,7 +5010,7 @@ class MkbPreset {
|
||||
[MkbPreset.KEY_MOUSE_STICK_DECAY_STRENGTH]: {
|
||||
label: t('stick-decay-strength'),
|
||||
type: SettingElement.TYPE_NUMBER_STEPPER,
|
||||
default: 18,
|
||||
default: 100,
|
||||
min: 10,
|
||||
max: 100,
|
||||
|
||||
@ -5023,7 +5023,7 @@ class MkbPreset {
|
||||
[MkbPreset.KEY_MOUSE_STICK_DECAY_MIN]: {
|
||||
label: t('stick-decay-minimum'),
|
||||
type: SettingElement.TYPE_NUMBER_STEPPER,
|
||||
default: 6,
|
||||
default: 10,
|
||||
min: 1,
|
||||
max: 10,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user