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