diff options
| author | AAGaming <aa@mail.catvibers.me> | 2023-02-22 22:00:23 -0500 |
|---|---|---|
| committer | AAGaming <aa@mail.catvibers.me> | 2023-02-22 22:00:30 -0500 |
| commit | 97bb3fa4c879cf2a517e59b1f7177c9e49e0a692 (patch) | |
| tree | 5e60e481a02d31ac4c88a780bdd853a6906a4b67 /backend/utilities.py | |
| parent | 611245aec9c056383692fac8a1214efd4718449f (diff) | |
| download | decky-loader-97bb3fa4c879cf2a517e59b1f7177c9e49e0a692.tar.gz decky-loader-97bb3fa4c879cf2a517e59b1f7177c9e49e0a692.zip | |
Fix loader on feb 22 2023 beta
Diffstat (limited to 'backend/utilities.py')
| -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}" |
