mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-07 08:07:18 +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 = "";
|
let recommendedDevice = "";
|
||||||
if (BX_FLAGS.DeviceInfo = {
|
if (BX_FLAGS.DeviceInfo.deviceType.includes("android")) {
|
||||||
deviceType: "android",
|
|
||||||
androidInfo: {
|
|
||||||
osVersion: 14,
|
|
||||||
board: "kalama"
|
|
||||||
}
|
|
||||||
}, BX_FLAGS.DeviceInfo.deviceType.includes("android")) {
|
|
||||||
if ($btnSuggest.disabled = !0, BX_FLAGS.DeviceInfo.androidInfo) {
|
if ($btnSuggest.disabled = !0, BX_FLAGS.DeviceInfo.androidInfo) {
|
||||||
const deviceCode = BX_FLAGS.DeviceInfo.androidInfo.board;
|
const deviceCode = BX_FLAGS.DeviceInfo.androidInfo.board;
|
||||||
recommendedDevice = await this.getRecommendedSettings(deviceCode);
|
recommendedDevice = await this.getRecommendedSettings(deviceCode);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user