From a1b6fc111c2eb887fc749856050dcdb25b235dfd Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 25 Aug 2024 10:08:03 +0700 Subject: [PATCH] Update better-xcloud.user.js --- dist/better-xcloud.user.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dist/better-xcloud.user.js b/dist/better-xcloud.user.js index 0361cdb..cba185f 100644 --- a/dist/better-xcloud.user.js +++ b/dist/better-xcloud.user.js @@ -4869,13 +4869,7 @@ class SettingsNavigationDialog extends NavigationDialog { } } let recommendedDevice = ""; - if (BX_FLAGS.DeviceInfo = { - deviceType: "android", - androidInfo: { - osVersion: 14, - board: "kalama" - } - }, BX_FLAGS.DeviceInfo.deviceType.includes("android")) { + if (BX_FLAGS.DeviceInfo.deviceType.includes("android")) { if ($btnSuggest.disabled = !0, BX_FLAGS.DeviceInfo.androidInfo) { const deviceCode = BX_FLAGS.DeviceInfo.androidInfo.board; recommendedDevice = await this.getRecommendedSettings(deviceCode);