Fix loader on feb 22 2023 beta

This commit is contained in:
AAGaming
2023-02-22 22:00:23 -05:00
parent 611245aec9
commit 97bb3fa4c8
13 changed files with 37 additions and 43 deletions
+1 -1
View File
@@ -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}"