mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 15:47:18 +02:00
Change "FPS" unit to "fps"
This commit is contained in:
parent
0c34173815
commit
27abab8473
@ -627,7 +627,7 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
|
|||||||
exactTicks: 10,
|
exactTicks: 10,
|
||||||
customTextValue: (value: any) => {
|
customTextValue: (value: any) => {
|
||||||
value = parseInt(value);
|
value = parseInt(value);
|
||||||
return value === 60 ? t('unlimited') : value + 'FPS';
|
return value === 60 ? t('unlimited') : value + 'fps';
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user