summaryrefslogtreecommitdiff
path: root/frontend/src/steamfixes/restart.ts
diff options
context:
space:
mode:
authorAAGaming <aa@mail.catvibers.me>2023-02-22 22:00:23 -0500
committerAAGaming <aa@mail.catvibers.me>2023-02-22 22:00:30 -0500
commit97bb3fa4c879cf2a517e59b1f7177c9e49e0a692 (patch)
tree5e60e481a02d31ac4c88a780bdd853a6906a4b67 /frontend/src/steamfixes/restart.ts
parent611245aec9c056383692fac8a1214efd4718449f (diff)
downloaddecky-loader-97bb3fa4c879cf2a517e59b1f7177c9e49e0a692.tar.gz
decky-loader-97bb3fa4c879cf2a517e59b1f7177c9e49e0a692.zip
Fix loader on feb 22 2023 beta
Diffstat (limited to 'frontend/src/steamfixes/restart.ts')
-rw-r--r--frontend/src/steamfixes/restart.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/steamfixes/restart.ts b/frontend/src/steamfixes/restart.ts
index 467efd6a..93fc08f7 100644
--- a/frontend/src/steamfixes/restart.ts
+++ b/frontend/src/steamfixes/restart.ts
@@ -4,13 +4,6 @@ import Logger from '../logger';
const logger = new Logger('RestartSteamFix');
-declare global {
- interface Window {
- SteamClient: any;
- appDetailsStore: any;
- }
-}
-
let patch: Patch;
function rePatch() {