From f291047b64f1c5b0ef7d8e14968646b4751ce209 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Wed, 29 May 2024 20:09:22 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 2e983e0..22f629f 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -3780,6 +3780,7 @@ var BxExposed = { } if (touchControllerAvailability === "off") { supportedInputTypes = supportedInputTypes.filter((i) => i !== InputType.CUSTOM_TOUCH_OVERLAY && i !== InputType.GENERIC_TOUCH); + titleInfo.details.supportedTabs = []; } titleInfo.details.hasTouchSupport = supportedInputTypes.includes(InputType.NATIVE_TOUCH) || supportedInputTypes.includes(InputType.CUSTOM_TOUCH_OVERLAY) || supportedInputTypes.includes(InputType.GENERIC_TOUCH); if (!titleInfo.details.hasTouchSupport && touchControllerAvailability === "all") {