mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 07:37:19 +02:00
Update better-xcloud.user.js
This commit is contained in:
parent
366c7c8ea4
commit
a1b6fc111c
8
dist/better-xcloud.user.js
vendored
8
dist/better-xcloud.user.js
vendored
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user