mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +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);
|
value = parseInt(value);
|
||||||
|
|
||||||
if (value === 0) {
|
if (value === 0) {
|
||||||
return t('default');
|
return t('unlimited');
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user