diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/utilities.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/utilities.py b/backend/utilities.py index 7b0a5c89..618b1d3d 100644 --- a/backend/utilities.py +++ b/backend/utilities.py @@ -251,7 +251,7 @@ class Utilities: enumerable: true, configurable: true, get: function() { - return FocusNavController?.m_ActiveContext?.ActiveWindow || window; + return (GamepadNavTree?.m_context?.m_controller || FocusNavController)?.m_ActiveContext?.ActiveWindow || window; } }); """ + await res.text() + "\n}" |
