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