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/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/steamfixes/index.ts') diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts index 988f3bd7..fe0e3e05 100644 --- a/frontend/src/steamfixes/index.ts +++ b/frontend/src/steamfixes/index.ts @@ -7,6 +7,6 @@ export function deinitSteamFixes() { } export async function initSteamFixes() { - fixes.push(reloadFix()); + fixes.push(await reloadFix()); fixes.push(await restartFix()); } -- cgit v1.2.3