From d91fdb798ec9fe5fc9b0dc6d3d81459e922e9aa7 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 4 May 2024 15:15:15 +0700 Subject: [PATCH] Update dist --- dist/better-xcloud.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index edca07e..9b4da34 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -4486,9 +4486,9 @@ class Preferences { [UserAgentProfile.DEFAULT]: t("default"), [UserAgentProfile.EDGE_WINDOWS]: "Edge + Windows", [UserAgentProfile.SAFARI_MACOS]: "Safari + macOS", - [UserAgentProfile.SMARTTV]: "Smart TV (no touch control)", - [UserAgentProfile.SMARTTV_TIZEN]: "Samsung Smart TV (no touch control)", - [UserAgentProfile.VR_OCULUS]: "Meta Quest VR (no touch control)", + [UserAgentProfile.SMARTTV]: "Smart TV", + [UserAgentProfile.SMARTTV_TIZEN]: "Samsung Smart TV", + [UserAgentProfile.VR_OCULUS]: "Meta Quest VR", [UserAgentProfile.KIWI_V123]: "Kiwi Browser v123", [UserAgentProfile.CUSTOM]: t("custom") }