mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-26 17:31:43 +02:00
Change "Default" to "Unlimited" in maximum video bitrate setting
This commit is contained in:
@ -330,7 +330,7 @@ export class Preferences {
|
||||
value = parseInt(value);
|
||||
|
||||
if (value === 0) {
|
||||
return t('default');
|
||||
return t('unlimited');
|
||||
}
|
||||
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user