Update better-xcloud.user.js

This commit is contained in:
redphx 2024-05-12 19:00:17 +07:00
parent 99c81cfb90
commit 31804ea8cc

View File

@ -4778,7 +4778,7 @@ class Preferences {
customTextValue: (value) => {
value = parseInt(value);
if (value === 0) {
return t("default");
return t("unlimited");
}
return null;
}