From 97bb3fa4c879cf2a517e59b1f7177c9e49e0a692 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 22 Feb 2023 22:00:23 -0500 Subject: Fix loader on feb 22 2023 beta --- backend/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/utilities.py') 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}" -- cgit v1.2.3