diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index a8b9494..c969b46 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -4778,7 +4778,7 @@ class Preferences { customTextValue: (value) => { value = parseInt(value); if (value === 0) { - return t("default"); + return t("unlimited"); } return null; }