From 97bb3fa4c879cf2a517e59b1f7177c9e49e0a692 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Wed, 22 Feb 2023 22:00:23 -0500 Subject: Fix loader on feb 22 2023 beta --- frontend/src/steamfixes/restart.ts | 7 ------- 1 file changed, 7 deletions(-) (limited to 'frontend/src/steamfixes/restart.ts') 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() { -- cgit v1.2.3