mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-07-31 18:36:44 +02:00
Minor fix
This commit is contained in:
2
dist/better-xcloud.user.js
vendored
2
dist/better-xcloud.user.js
vendored
@@ -3717,7 +3717,7 @@ class StreamSettings {
|
||||
this.hide();
|
||||
else if (pressedButton === GamepadKey.LB || pressedButton === GamepadKey.RB) {
|
||||
const $currentTab = this.$tabs.querySelector(".bx-active");
|
||||
$currentTab && this.#handleTabsNavigation($currentTab, pressedButton === GamepadKey.LB ? FocusDirection.UP : FocusDirection.DOWN);
|
||||
$currentTab && $currentTab.focus();
|
||||
}
|
||||
if (pressedButton === GamepadKey.UP)
|
||||
direction = FocusDirection.UP;
|
||||
|
Reference in New Issue
Block a user