mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-11-19 07:14:04 +01:00
Update layout
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user