From a84a13c76d99f1e6f4505d43108a4111749e5035 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Sat, 25 May 2024 19:14:54 -0400 Subject: Custom error handler and some misc fixes --- frontend/src/steamfixes/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontend/src/steamfixes/index.ts') diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts index 45f07b2a..e3f2b284 100644 --- a/frontend/src/steamfixes/index.ts +++ b/frontend/src/steamfixes/index.ts @@ -1,5 +1,5 @@ // import reloadFix from './reload'; -// import restartFix from './restart'; +import restartFix from './restart'; let fixes: Function[] = []; export function deinitSteamFixes() { @@ -8,5 +8,5 @@ export function deinitSteamFixes() { export async function initSteamFixes() { // fixes.push(await reloadFix()); - // fixes.push(await restartFix()); + fixes.push(await restartFix()); } -- cgit v1.2.3