Update layout

This commit is contained in:
redphx
2024-07-17 07:18:55 +07:00
parent d8e87e5c2c
commit 2db246e081
4 changed files with 6 additions and 4 deletions

View File

@@ -644,7 +644,7 @@ export class Preferences {
min: 0,
max: 10,
params: {
hideSlider: true,
exactTicks: 2,
customTextValue: (value: any) => {
value = parseInt(value);
return value === 0 ? t('off') : value.toString();