diff options
| author | AAGaming <aa@mail.catvibers.me> | 2023-01-05 23:00:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-05 20:00:48 -0800 |
| commit | 880b4c2f8f56ce43dcf792245fc1b3547a4e8ab2 (patch) | |
| tree | 96b22158afeececac69612e5cea47d8415b1e981 /backend/injector.py | |
| parent | 34af3400097bb6a729665843cb19c30fd96a5a64 (diff) | |
| download | decky-loader-880b4c2f8f56ce43dcf792245fc1b3547a4e8ab2.tar.gz decky-loader-880b4c2f8f56ce43dcf792245fc1b3547a4e8ab2.zip | |
maybe working fix for jan 05 beta (#316)v2.4.8v2.4.7-pre1
Diffstat (limited to 'backend/injector.py')
| -rw-r--r-- | backend/injector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/injector.py b/backend/injector.py index ec7f0aa9..f4dfd384 100644 --- a/backend/injector.py +++ b/backend/injector.py @@ -396,7 +396,7 @@ async def get_tab_lambda(test) -> Tab: async def get_gamepadui_tab() -> Tab: tabs = await get_tabs() - tab = next((i for i in tabs if ("https://steamloopback.host/routes/" in i.url and (i.title == "Steam" or i.title == "SP"))), None) + tab = next((i for i in tabs if ("https://steamloopback.host/routes/" in i.url and (i.title == "Steam Shared Context presented by Valveā¢" or i.title == "Steam" or i.title == "SP"))), None) if not tab: raise ValueError(f"GamepadUI Tab not found") return tab |
