summaryrefslogtreecommitdiff
path: root/frontend/src/steamfixes/index.ts
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2024-02-21 01:08:25 -0500
committerAAGaming <aagaming@riseup.net>2024-02-21 01:08:25 -0500
commit6d2e9365c0fb1bea804743245d79a5b97e3af108 (patch)
treed34d09b7406d065edc79ff4a6c694f5caee923f0 /frontend/src/steamfixes/index.ts
parent61cf80f8a2d472e9cbc7d401c7cd24075d5bcf28 (diff)
downloaddecky-loader-6d2e9365c0fb1bea804743245d79a5b97e3af108.tar.gz
decky-loader-6d2e9365c0fb1bea804743245d79a5b97e3af108.zip
more major websocket progress
Diffstat (limited to 'frontend/src/steamfixes/index.ts')
-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());
}