From 1e7bc366ca02923104a86af540e88342a97886fa Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 9 Mar 2024 21:29:19 +0700 Subject: [PATCH] Change STREAM_TARGET_RESOLUTION's default value back to "auto" --- better-xcloud.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 96506b8..789c145 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -6853,7 +6853,7 @@ class Preferences { }, }, [Preferences.STREAM_TARGET_RESOLUTION]: { - 'default': '1080p', + 'default': 'auto', 'options': { 'auto': t('default'), '1080p': '1080p',