From 3a7dea6c75e86639c097f5b3d67a06eeab9d1e22 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 16 Jul 2023 11:54:40 +0700 Subject: [PATCH] Add missing code --- better-xcloud.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/better-xcloud.user.js b/better-xcloud.user.js index 33a3f37..44abb36 100644 --- a/better-xcloud.user.js +++ b/better-xcloud.user.js @@ -22,6 +22,7 @@ const SERVER_REGIONS = {}; class Preferences { static get SERVER_REGION() { return 'server_region'; } static get PREFER_IPV6_SERVER() { return 'prefer_ipv6_server'; } + static get USE_DESKTOP_CODEC() { return 'use_desktop_codec'; } static get BLOCK_TRACKING() { return 'block_tracking'; } static get BLOCK_SOCIAL_FEATURES() { return 'block_social_features'; }