mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-09-20 11:09:40 +02: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