Update NumberStepper

This commit is contained in:
redphx
2024-10-22 16:52:23 +07:00
parent 95881dd241
commit 33c3b2810a
4 changed files with 26 additions and 17 deletions

View File

@@ -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);