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