summaryrefslogtreecommitdiff
path: root/frontend/src/steamfixes
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/steamfixes')
-rw-r--r--frontend/src/steamfixes/index.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/src/steamfixes/index.ts b/frontend/src/steamfixes/index.ts
index fe0e3e05..45f07b2a 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 reloadFix from './reload';
+// import restartFix from './restart';
let fixes: Function[] = [];
export function deinitSteamFixes() {
@@ -7,6 +7,6 @@ export function deinitSteamFixes() {
}
export async function initSteamFixes() {
- fixes.push(await reloadFix());
- fixes.push(await restartFix());
+ // fixes.push(await reloadFix());
+ // fixes.push(await restartFix());
}