diff options
| author | Sims <38142618+suchmememanyskill@users.noreply.github.com> | 2024-06-01 13:49:08 +0200 |
|---|---|---|
| committer | AAGaming <aagaming@riseup.net> | 2024-06-13 15:12:45 -0400 |
| commit | 23944f7cbf8d72f81e0f4128d335086dfda2e4ed (patch) | |
| tree | 4bcb10553cfaadad1bd77ccfa4c83dd7ccc48b78 /backend | |
| parent | e6b1950bcb7795114be6a2d0c2e85434d883284b (diff) | |
| download | decky-loader-23944f7cbf8d72f81e0f4128d335086dfda2e4ed.tar.gz decky-loader-23944f7cbf8d72f81e0f4128d335086dfda2e4ed.zip | |
Add new user agent (#610)
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/decky_loader/injector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/decky_loader/injector.py b/backend/decky_loader/injector.py index f72ffb7b..26b0fc01 100644 --- a/backend/decky_loader/injector.py +++ b/backend/decky_loader/injector.py @@ -412,7 +412,7 @@ async def get_tab_lambda(test: Callable[[Tab], bool]) -> Tab: SHARED_CTX_NAMES = ["SharedJSContext", "Steam Shared Context presented by Valveā¢", "Steam", "SP"] CLOSEABLE_URLS = ["about:blank", "data:text/html,%3Cbody%3E%3C%2Fbody%3E"] # Closing anything other than these *really* likes to crash Steam -DO_NOT_CLOSE_URLS = ["Valve Steam Gamepad/default", "Valve%20Steam%20Gamepad/default"] # Steam Big Picture Mode tab +DO_NOT_CLOSE_URLS = ["Valve Steam Gamepad/default", "Valve%20Steam%20Gamepad"] # Steam Big Picture Mode tab def tab_is_gamepadui(t: Tab) -> bool: return "https://steamloopback.host/routes/" in t.url and t.title in SHARED_CTX_NAMES |
