summaryrefslogtreecommitdiff
path: root/frontend/src/steamfixes/index.ts
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-05-29 21:01:49 -0400
committerAAGaming <aagaming@riseup.net>2024-05-29 21:01:49 -0400
commit2b4e3318ca2d221656d862a6524b076da820b78b (patch)
treeb38d17ff42ed95a5f0bdedf02b82a14425e7d386 /frontend/src/steamfixes/index.ts
parentb84dcd99adbffcc2710fb916c35f698dc57fea2c (diff)
downloaddecky-loader-2b4e3318ca2d221656d862a6524b076da820b78b.tar.gz
decky-loader-2b4e3318ca2d221656d862a6524b076da820b78b.zip
fix latest betav2.12.1-pre1
VALVEEEEE
Diffstat (limited to 'frontend/src/steamfixes/index.ts')
-rw-r--r--frontend/src/steamfixes/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts
index fe0e3e05..e3f2b284 100644
--- a/frontend/src/steamfixes/index.ts
+++ b/frontend/src/steamfixes/index.ts
@@ -1,4 +1,4 @@
-import reloadFix from './reload';
+// import reloadFix from './reload';
import restartFix from './restart';
let fixes: Function[] = [];
@@ -7,6 +7,6 @@ export function deinitSteamFixes() {
}
export async function initSteamFixes() {
- fixes.push(await reloadFix());
+ // fixes.push(await reloadFix());
fixes.push(await restartFix());
}