mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-14 08:59:16 +02:00
Update NumberStepper
This commit is contained in:
@@ -394,9 +394,10 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
|
||||
type: SettingElementType.NUMBER_STEPPER,
|
||||
default: 4,
|
||||
min: 4,
|
||||
max: 40,
|
||||
max: 60,
|
||||
steps: 4,
|
||||
params: {
|
||||
exactTicks: 20,
|
||||
reverse: true,
|
||||
customTextValue(value: any) {
|
||||
value = parseInt(value);
|
||||
|
Reference in New Issue
Block a user