mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-01 10:56:42 +02:00
Update polling rate's default text
This commit is contained in:
@@ -404,7 +404,7 @@ export class GlobalSettingsStorage extends BaseSettingsStorage {
|
||||
|
||||
let text = +(1000 / value).toFixed(2) + ' Hz';
|
||||
if (value === 4) {
|
||||
text = `${t('default')} (${text})`;
|
||||
text = `${text} (${t('default')})`;
|
||||
}
|
||||
|
||||
return text;
|
||||
|
Reference in New Issue
Block a user